File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 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" ,
2526 " text"
2627 ]
2728 },
28- "author" : " Johannes Tegnér <johannes@jitesoft.com>" ,
29+ "repository" : {
30+ "type" : " git" ,
31+ "url" : " https://github.com/jitesoft/random-string-js"
32+ },
33+ "bugs" : {
34+ "email" : " sec@jitesoft.com" ,
35+ "url" : " https://github.com/jitesoft/random-string-js/issues"
36+ },
37+ "author" : {
38+ "email" : " johannes@jitesoft.com" ,
39+ "name" : " Johannes Tegnér" ,
40+ "url" : " https://jitesoft.com"
41+ },
2942 "license" : " MIT" ,
3043 "devDependencies" : {
3144 "@babel/core" : " ^7.8.4" ,
You can’t perform that action at this time.
0 commit comments