Skip to content

Commit

Permalink
fix: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Beltran committed Feb 19, 2024
1 parent b7c3dbc commit d9f4794
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: true
dry_run: false
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [COMPANY]
Copyright 2024 Cognizant Netcentric

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# npm-package-template
# @netcentric/eddys-video

Description

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@companynamespace/npm-package-template",
"name": "@netcentric/eddys-video",
"version": "1.0.0",
"description": "<Package description>",
"license": "Apache-2.0",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/companynamespace/npm-package-template"
"url": "https://github.com/netcentric/eddys-video"
},
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit d9f4794

Please sign in to comment.