Skip to content

Commit

Permalink
chore: update component name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Scolari committed Jun 17, 2022
1 parent 17489ba commit e1ce98a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@well-known-components/base-component",
"name": "@well-known-components/nats-component",
"version": "1.0.0",
"description": "base component",
"description": "NATS component",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/well-known-components/base-component.git"
"url": "git+https://github.com/well-known-components/nats-component.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/well-known-components/base-component/issues"
"url": "https://github.com/well-known-components/nats-component/issues"
},
"prettier": {
"printWidth": 120,
"semi": false
},
"homepage": "https://github.com/well-known-components/base-component#readme",
"homepage": "https://github.com/well-known-components/nats-component#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.17.0",
"@types/jest": "^28.1.0",
Expand Down

0 comments on commit e1ce98a

Please sign in to comment.