File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
"author" : " Kirill Maltsev <maltsevkirill@gmail.com>" ,
7
7
"license" : " MIT" ,
8
8
"scripts" : {
9
- "compile" : " rm -f lib/*.js && node_modules/.bin/ babel -d lib/ lib/" ,
10
- "lint" : " node_modules/.bin/ eslint *.js lib/*.es6 test/" ,
9
+ "compile" : " rimraf lib/*.js && babel -d lib/ lib/" ,
10
+ "lint" : " eslint *.js lib/*.es6 test/" ,
11
11
"pretest" : " npm run lint && npm run compile" ,
12
- "test" : " node_modules/.bin/_mocha --compilers js:babel-core/register --recursive --check-leaks" ,
12
+ "test" : " mocha --compilers js:babel-core/register --recursive --check-leaks" ,
13
13
"prepublish" : " npm run compile"
14
14
},
15
15
"keywords" : [
37
37
"eslint" : " ^2.0.0" ,
38
38
"expect" : " ^1.14.0" ,
39
39
"mocha" : " ^2.4.5" ,
40
- "posthtml" : " ^0.8.2"
40
+ "posthtml" : " ^0.8.2" ,
41
+ "rimraf" : " ^2.5.2"
41
42
},
42
43
"repository" : {
43
44
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments