Skip to content

Commit 0f30c36

Browse files
committed
- version update
- removed babel :goose:
1 parent a65a59f commit 0f30c36

File tree

2 files changed

+26
-1249
lines changed

2 files changed

+26
-1249
lines changed

package.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"private": true,
3-
"version": "1.0.18",
3+
"version": "1.1.0",
44
"name": "goose-phantom-environment",
55
"main": "lib/PhantomEnvironment.js",
66
"repository": "redco/goose-phantom-environment",
77
"description": "Environment for Goose parser which allows to run it in PhantomJS",
88
"license": "SEE LICENSE IN LICENSE",
99
"dependencies": {
10-
"babel-polyfill": "^6.23.0",
1110
"debug": "^3.1.0",
12-
"goose-abstract-environment": "^1.0.12",
11+
"goose-abstract-environment": "^1.1.0",
1312
"lodash.clone": "^4.5.0",
1413
"lodash.defaults": "^4.2.0",
1514
"lodash.sample": "^4.2.1",
@@ -18,11 +17,6 @@
1817
"phantomjs-prebuilt": "^2.1.7"
1918
},
2019
"devDependencies": {
21-
"babel-cli": "^6.18.0",
22-
"babel-eslint": "^7.1.1",
23-
"babel-plugin-transform-runtime": "^6.15.0",
24-
"babel-preset-latest": "^6.16.0",
25-
"babel-preset-stage-0": "^6.16.0",
2620
"eslint": "^3.13.1",
2721
"eslint-config-airbnb-base": "^11.0.1",
2822
"eslint-plugin-import": "^2.2.0",

0 commit comments

Comments
 (0)