Skip to content

Commit 0ab98f4

Browse files
committed
0.5.0 release
1 parent 454011f commit 0ab98f4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
{
22
"name": "typhonjs-npm-scripts-build-babel",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel",
5-
"description": "Provides NPM scripts for building ES6 projects using Babel for all TyphonJS NPM modules and beyond.",
5+
"description": "Provides NPM scripts for building ES6+ projects using Babel for all TyphonJS NPM modules 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-scripts-build-babel.git"
1313
},
1414
"maintainers": [
1515
{
16-
"name": "Mike Leahy",
16+
"name": "typhonrt",
1717
"email": "[email protected]"
1818
}
1919
],
2020
"dependencies": {
2121
"babel-core": "^6.0.0",
2222
"babel-cli": "^6.0.0",
23+
"babel-eslint": "^7.0.0",
2324
"babel-plugin-add-module-exports": "^0.2.0",
2425
"babel-plugin-module-alias": "^1.0.0",
2526
"babel-plugin-module-resolver": "^2.0.0",
2627
"babel-preset-latest": "^6.0.0",
28+
"babel-preset-stage-2": "^6.0.0",
2729
"babel-plugin-transform-runtime": "^6.0.0",
28-
"fs-extra": "^1.0.0",
30+
"fs-extra": "^2.0.0",
2931
"strip-json-comments": "^2.0.0",
30-
"typhonjs-npm-scripts-runner": "^0.1.0"
32+
"typhonjs-npm-scripts-runner": "^0.3.0"
3133
},
3234
"devDependencies": {
33-
"typhonjs-config-eslint": "^0.4.0"
35+
"typhonjs-config-eslint": "^0.5.0"
3436
},
3537
"keywords": [
3638
"typhonjs",
3739
"node",
3840
"npm",
3941
"script",
4042
"babel",
41-
"build",
42-
"es6"
43+
"build"
4344
],
4445
"scripts": {
4546
"test": "node ./test/scripts/test.js"

0 commit comments

Comments
 (0)