Commit 37faffc Rodrigo Solis
committed
1 parent a961014 commit 37faffc Copy full SHA for 37faffc
File tree 3 files changed +4
-76
lines changed
3 files changed +4
-76
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
"lint" : " eslint . --fix --ext .js src/ rollup.config.js" ,
10
10
"test" : " NODE_ENV=test npm run lint && jest tests/*.js" ,
11
11
"precommit" : " npm run lint" ,
12
- "prepublishOnly" : " npm run lint && npm run test && npm run build" ,
13
- "commitmsg" : " commitlint -e" ,
14
- "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
12
+ "prepublishOnly" : " npm run lint && npm run test && npm run build"
15
13
},
16
14
"dependencies" : {
17
15
"validator" : " ^9.2.0"
18
16
},
19
17
"devDependencies" : {
20
- "@commitlint/cli" : " ^5.2.8" ,
21
- "@commitlint/config-angular" : " ^5.1.1" ,
22
18
"babel-core" : " ^6.26.0" ,
23
19
"babel-eslint" : " ^8.1.2" ,
24
20
"babel-jest" : " ^22.1.0" ,
27
23
"babel-preset-flow" : " ^6.23.0" ,
28
24
"babel-preset-stage-3" : " ^6.24.1" ,
29
25
"babelrc-rollup" : " ^3.0.0" ,
30
- "conventional-changelog-cli" : " ^1.3.5" ,
31
26
"eslint" : " ^4.14.0" ,
32
27
"eslint-config-airbnb-base" : " ^12.1.0" ,
33
28
"eslint-plugin-import" : " ^2.8.0" ,
67
62
},
68
63
"browserslist" : [
69
64
" > 1%" ,
70
- " last 2 versions" ,
71
- " not ie <= 8"
65
+ " Firefox ESR" ,
66
+ " Safari >= 8" ,
67
+ " IE 11"
72
68
],
73
69
"homepage" : " https://github.com/sorodrigo/proxy-validator#readme"
74
70
}
You can’t perform that action at this time.
0 commit comments