Skip to content

Commit 0dadd65

Browse files
committed
0.6.0 release
1 parent 0cef1ac commit 0dadd65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-scripts-build-babel",
3-
"version": "0.5.1",
3+
"version": "0.6.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",
@@ -23,12 +23,12 @@
2323
"babel-eslint": "^7.0.0",
2424
"babel-plugin-add-module-exports": "^0.2.0",
2525
"babel-plugin-module-resolver": "^2.0.0",
26+
"babel-plugin-transform-runtime": "^6.0.0",
2627
"babel-preset-latest": "^6.0.0",
2728
"babel-preset-stage-2": "^6.0.0",
28-
"babel-plugin-transform-runtime": "^6.0.0",
2929
"fs-extra": "^2.0.0",
3030
"strip-json-comments": "^2.0.0",
31-
"typhonjs-npm-scripts-runner": "^0.3.0"
31+
"typhonjs-npm-scripts-runner": "^0.4.0"
3232
},
3333
"devDependencies": {
3434
"typhonjs-config-eslint": "^0.5.0"

0 commit comments

Comments
 (0)