File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"scripts" : {
12
12
"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"
14
15
},
15
16
"keywords" : [
16
17
" random" ,
25
26
" text"
26
27
]
27
28
},
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
+ },
29
42
"license" : " MIT" ,
30
43
"devDependencies" : {
31
44
"@babel/core" : " ^7.8.4" ,
You can’t perform that action at this time.
0 commit comments