Skip to content

Commit 7266fb9

Browse files
committed
0.5.0 release
1 parent 58fa0ea commit 7266fb9

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
{
22
"name": "typhonjs-npm-build-test",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-build-test",
5-
"description": "Provides a unified set of NPM scripts and dependencies for building and testing ES6 NPM modules for TyphonJS and beyond.",
5+
"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",
77
"author": {
8-
"name": "Mike Leahy"
8+
"name": "typhonrt"
99
},
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-build-test.git"
1313
},
1414
"maintainers": [
1515
{
16-
"name": "Mike Leahy",
16+
"name": "typhonrt",
1717
"email": "[email protected]"
1818
}
1919
],
2020
"dependencies": {
2121
"typhonjs-istanbul-instrument-jspm": "^0.1.0",
22-
"typhonjs-node-esdoc": "^0.2.0",
23-
"typhonjs-npm-scripts-build-babel": "^0.4.0",
24-
"typhonjs-npm-scripts-publish": "^0.2.0",
25-
"typhonjs-npm-scripts-test-mocha": "^0.3.0",
26-
"typhonjs-npm-scripts-runner": "^0.2.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"
2726
},
2827
"devDependencies": {
29-
"typhonjs-config-eslint": "^0.4.0"
28+
"typhonjs-config-eslint": "^0.5.0"
3029
},
3130
"keywords": [
3231
"typhonjs",
@@ -35,9 +34,7 @@
3534
"script",
3635
"babel",
3736
"build",
38-
"esdoc",
3937
"eslint",
40-
"es6",
4138
"prepublish",
4239
"publish",
4340
"test",

0 commit comments

Comments
 (0)