Skip to content

Commit 473577a

Browse files
committed
cleaned package.json file
1 parent afedf4f commit 473577a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"start": "webpack watch && tsc",
1010
"build": "webpack && tsc",
1111
"eslint": "eslint src",
12-
"build:demo": "webpack --config webpack.config.demo.js",
1312
"test": "jest --config ./jest.config.js",
1413
"coverage": "npm run test -- --coverage",
1514
"trypublish": "npm publish || true",
@@ -19,14 +18,13 @@
1918
"engines": {
2019
"node": ">=10"
2120
},
22-
"appRoot": "src",
2321
"repository": {
2422
"type": "github",
25-
"url": "https://github.com/aarathyKeyvalue/vertical-stepper"
23+
"url": "https://github.com/KeyValueSoftwareSystems/react-vertical-stepper"
2624
},
2725
"author": "Keyvalue",
2826
"license": "",
29-
"homepage": "https://github.com/aarathyKeyvalue/vertical-stepper",
27+
"homepage": "https://github.com/KeyValueSoftwareSystems/react-vertical-stepper",
3028
"keywords": [
3129
"library",
3230
"starter",

0 commit comments

Comments
 (0)