File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typhonjs-npm-build-test" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"homepage" : " https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-build-test" ,
5
5
"description" : " Provides a unified set of NPM scripts and dependencies for building and testing ES6+ NPM modules for TyphonJS and beyond." ,
6
6
"license" : " MPL-2.0" ,
19
19
],
20
20
"dependencies" : {
21
21
"typhonjs-istanbul-instrument-jspm" : " ^0.1.0" ,
22
- "typhonjs-npm-scripts-build-babel" : " ^0.6 .0" ,
22
+ "typhonjs-npm-scripts-build-babel" : " ^0.7 .0" ,
23
23
"typhonjs-npm-scripts-publish" : " ^0.4.0" ,
24
24
"typhonjs-npm-scripts-test-mocha" : " ^0.5.0" ,
25
25
"typhonjs-npm-scripts-runner" : " ^0.4.0"
46
46
"engines" : {
47
47
"npm" : " >=3.x"
48
48
},
49
- "scripts" : {
50
- "build" : " babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js" ,
51
- "eslint" : " eslint ." ,
52
- "prepublish" : " babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js"
53
- },
54
49
"files" : [
55
50
" AUTHORS.md"
56
51
],
You can’t perform that action at this time.
0 commit comments