Skip to content

Commit c61b4e4

Browse files
committed
0.2.0 release
1 parent c912e54 commit c61b4e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-scripts-build-babel",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel",
55
"description": "Provides NPM scripts for building ES6 projects using Babel for all TyphonJS NPM modules and beyond.",
66
"license": "MPL-2.0",
@@ -14,12 +14,14 @@
1414
"maintainers": [
1515
{
1616
"name": "Mike Leahy",
17-
"email": "support@js.typhonrt.org"
17+
"email": "support@typhonjs.io"
1818
}
1919
],
2020
"dependencies": {
2121
"babel-core": "^6.0.0",
2222
"babel-cli": "^6.0.0",
23+
"babel-plugin-add-module-exports": "^0.2.0",
24+
"babel-plugin-module-alias": "^1.0.0",
2325
"babel-preset-es2015": "^6.0.0",
2426
"fs-extra": "^0.30.0",
2527
"strip-json-comments": "^2.0.0"

0 commit comments

Comments
 (0)