Skip to content

Commit cf06f88

Browse files
committed
0.7.0 release
1 parent 18b3a3e commit cf06f88

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-build-test",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-build-test",
55
"description": "Provides a unified set of NPM scripts and dependencies for building and testing ES6+ NPM modules for TyphonJS and beyond.",
66
"license": "MPL-2.0",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"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",
2323
"typhonjs-npm-scripts-publish": "^0.4.0",
2424
"typhonjs-npm-scripts-test-mocha": "^0.5.0",
2525
"typhonjs-npm-scripts-runner": "^0.4.0"
@@ -46,11 +46,6 @@
4646
"engines" : {
4747
"npm" : ">=3.x"
4848
},
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-
},
5449
"files": [
5550
"AUTHORS.md"
5651
],

0 commit comments

Comments
 (0)