Comparing version 1.4.2 to 1.5.0
@@ -1,1 +0,3 @@ | ||
module.exports = require('./lib/index.js'); | ||
require('babel-polyfill'); | ||
module.exports = require('./lib/index.js').default; |
{ | ||
"name": "hapi-raml", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Create HAPI bindings from RAML specs automatically", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"pretest": "./node_modules/.bin/eslint src/", | ||
"test": "./node_modules/.bin/mocha --compilers js:babel/register", | ||
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register", | ||
"build": "./node_modules/.bin/babel src --out-dir lib" | ||
@@ -24,3 +24,3 @@ }, | ||
"dependencies": { | ||
"babel-runtime": "^5.8.20", | ||
"babel-polyfill": "^6.0.16", | ||
"lodash": "^3.10.0", | ||
@@ -32,3 +32,5 @@ "pluralize": "^1.1.2", | ||
"devDependencies": { | ||
"babel": "^5.8.21", | ||
"babel-cli": "^6.1.2", | ||
"babel-core": "^6.1.2", | ||
"babel-preset-es2015": "^6.1.2", | ||
"chai": "^3.2.0", | ||
@@ -35,0 +37,0 @@ "chai-as-promised": "^5.1.0", |
@@ -5,2 +5,4 @@ /*eslint-env mocha */ | ||
require('babel-polyfill'); | ||
import chai, {expect} from 'chai'; | ||
@@ -7,0 +9,0 @@ import chaiAsPromised from 'chai-as-promised'; |
Sorry, the diff of this file is not supported yet
47161
25
1097
11
+ Addedbabel-polyfill@^6.0.16
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)
- Removedbabel-runtime@^5.8.20
- Removedbabel-runtime@5.8.38(transitive)
- Removedcore-js@1.2.7(transitive)