Skip to content

Commit f44ed99

Browse files
committed
0.6.0 release
1 parent f656e6a commit f44ed99

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 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.5.0",
3+
"version": "0.6.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,10 +19,10 @@
1919
],
2020
"dependencies": {
2121
"typhonjs-istanbul-instrument-jspm": "^0.1.0",
22-
"typhonjs-npm-scripts-build-babel": "^0.5.0",
23-
"typhonjs-npm-scripts-publish": "^0.3.0",
24-
"typhonjs-npm-scripts-test-mocha": "^0.4.0",
25-
"typhonjs-npm-scripts-runner": "^0.3.0"
22+
"typhonjs-npm-scripts-build-babel": "^0.6.0",
23+
"typhonjs-npm-scripts-publish": "^0.4.0",
24+
"typhonjs-npm-scripts-test-mocha": "^0.5.0",
25+
"typhonjs-npm-scripts-runner": "^0.4.0"
2626
},
2727
"devDependencies": {
2828
"typhonjs-config-eslint": "^0.5.0"
@@ -49,8 +49,7 @@
4949
"scripts": {
5050
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
5151
"eslint": "eslint .",
52-
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
53-
"test-scripts": "babel-node ./test-scripts/scripts/testAll.js"
52+
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js"
5453
},
5554
"files": [
5655
"AUTHORS.md"

0 commit comments

Comments
 (0)