|
10 | 10 | "prepublish": "npm run check && npm run build", |
11 | 11 | "check": "npm run lint && npm run test-unit", |
12 | 12 | "lint": "eslint src", |
13 | | - "build": "rm -rf lib/* && babel src --ignore test --optional runtime --out-dir lib", |
| 13 | + "build": "rm -rf lib/* && babel src --ignore test --out-dir lib", |
14 | 14 | "test": "npm run test-unit && npm run test-docker", |
15 | 15 | "test-watch": "npm run test-unit -- --watch", |
16 | 16 | "test-unit": "mocha $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js", |
|
33 | 33 | }, |
34 | 34 | "homepage": "https://github.com/mickhansen/graphql-sequelize", |
35 | 35 | "dependencies": { |
36 | | - "babel-runtime": "^6.0.8", |
37 | 36 | "graphql-relay": "^0.4.2", |
38 | 37 | "invariant": "2.2.1", |
39 | 38 | "lodash": "^4.0.0" |
|
42 | 41 | "graphql": "^0.5.0 || ^0.6.0" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
45 | | - "babel": "^5.8.29", |
46 | | - "babel-core": "^5.8.31", |
| 44 | + "babel-cli": "^6.9.0", |
47 | 45 | "babel-eslint": "^6.0.3", |
48 | | - "bluebird": "^3.1.4", |
| 46 | + "babel-plugin-transform-object-rest-spread": "^6.8.0", |
| 47 | + "babel-preset-async-to-bluebird": "^1.1.0", |
| 48 | + "babel-preset-es2015-node4": "^2.1.0", |
| 49 | + "babel-register": "^6.9.0", |
| 50 | + "bluebird": "^3.4.0", |
49 | 51 | "chai": "^3.0.0", |
50 | 52 | "chai-as-promised": "^5.1.0", |
51 | 53 | "eslint": "^1.7.3", |
|
0 commit comments