Skip to content

Commit 2ccb830

Browse files
committed
0.2.0 release
1 parent a6879d3 commit 2ccb830

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-build-test",
3-
"version": "0.1.0",
3+
"version": "0.2.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",
@@ -14,15 +14,15 @@
1414
"maintainers": [
1515
{
1616
"name": "Mike Leahy",
17-
"email": "support@js.typhonrt.org"
17+
"email": "support@typhonjs.io"
1818
}
1919
],
2020
"dependencies": {
2121
"typhonjs-istanbul-instrument-jspm": "^0.1.0",
22-
"typhonjs-node-esdoc": "^0.1.0",
23-
"typhonjs-npm-scripts-build-babel": "^0.1.0",
22+
"typhonjs-node-esdoc": "^0.2.0",
23+
"typhonjs-npm-scripts-build-babel": "^0.2.0",
2424
"typhonjs-npm-scripts-publish": "^0.1.0",
25-
"typhonjs-npm-scripts-test-mocha": "^0.1.0"
25+
"typhonjs-npm-scripts-test-mocha": "^0.2.0"
2626
},
2727
"devDependencies": {
2828
"typhonjs-config-eslint": "^0.4.0"

0 commit comments

Comments
 (0)