Skip to content

Commit d3f2ec5

Browse files
Updated package file with repo info etc.
1 parent 4dee67e commit d3f2ec5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"scripts": {
1212
"test": "eslint src/ && jest",
13-
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.js"
13+
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.js",
14+
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js"
1415
},
1516
"keywords": [
1617
"random",
@@ -25,7 +26,19 @@
2526
"text"
2627
]
2728
},
28-
"author": "Johannes Tegnér <[email protected]>",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/jitesoft/random-string-js"
32+
},
33+
"bugs": {
34+
"email": "[email protected]",
35+
"url": "https://github.com/jitesoft/random-string-js/issues"
36+
},
37+
"author": {
38+
"email": "[email protected]",
39+
"name": "Johannes Tegnér",
40+
"url": "https://jitesoft.com"
41+
},
2942
"license": "MIT",
3043
"devDependencies": {
3144
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)