Skip to content

Commit cb7e972

Browse files
committed
Changes to package.json related to NPM requirements
1 parent bedc190 commit cb7e972

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
2-
"name": "exceptions",
2+
"name": "ts-exceptions",
33
"author": "Anton Repin <[email protected]>",
44
"version": "1.0.0",
55
"licence": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"dependencies": {},
9+
"repository" : {
10+
"type": "git",
11+
"url": "https://github.com/node-common/exceptions"
12+
},
913
"scripts": {
10-
"prepublish": "npm run build",
14+
"prepare": "npm run build",
1115
"build": "tsc"
1216
},
1317
"devDependencies": {
1418
"typescript": "^2.4.*",
1519
"@types/node": "^8.0.8"
1620
}
17-
}
21+
}

0 commit comments

Comments
 (0)