Comparing version 3.0.7 to 3.0.8
@@ -15,1 +15,2 @@ import { IVehicle } from './interfaces'; | ||
} | ||
//# sourceMappingURL=/build/es2015/de-lorean.d.ts.map |
@@ -6,1 +6,2 @@ export interface IDefinition { | ||
} | ||
//# sourceMappingURL=/build/es2015/interfaces/definition.d.ts.map |
export * from './definition'; | ||
export * from './vehicle'; | ||
//# sourceMappingURL=/build/es2015/interfaces/index.d.ts.map |
@@ -5,1 +5,2 @@ export interface IVehicle { | ||
} | ||
//# sourceMappingURL=/build/es2015/interfaces/vehicle.d.ts.map |
export * from './de-lorean'; | ||
export * from './interfaces'; | ||
export * from './platoon'; | ||
//# sourceMappingURL=/build/es2015/module.d.ts.map |
@@ -15,1 +15,2 @@ import { DeLorean } from './de-lorean'; | ||
} | ||
//# sourceMappingURL=/build/es2015/platoon.d.ts.map |
@@ -31,3 +31,3 @@ { | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.3.0", | ||
"eslint": "^5.4.0", | ||
"eslint-config-holy-grail": "^30.0.0", | ||
@@ -37,3 +37,3 @@ "greenkeeper-lockfile": "^1.15.1", | ||
"grunt-babel": "^7.0.0", | ||
"grunt-cli": "^1.0.0", | ||
"grunt-cli": "^1.3.1", | ||
"grunt-contrib-clean": "^1.1.0", | ||
@@ -46,3 +46,3 @@ "grunt-karma": "^2.0.0", | ||
"husky": "^0.14.3", | ||
"karma": "^2.0.5", | ||
"karma": "^3.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -58,12 +58,12 @@ "karma-firefox-launcher": "^1.1.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.63.5", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"sinon": "^6.1.4", | ||
"sinon": "^6.1.5", | ||
"sinon-chai": "^3.2.0", | ||
"ts-loader": "^4.4.2", | ||
"tsconfig-holy-grail": "^5.0.9", | ||
"ts-loader": "^4.5.0", | ||
"tsconfig-holy-grail": "^6.0.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^33.0.7", | ||
"tslint-config-holy-grail": "^33.0.11", | ||
"typescript": "^3.0.1", | ||
"webpack": "^4.16.4" | ||
"webpack": "^4.17.1" | ||
}, | ||
@@ -101,3 +101,3 @@ "engines": { | ||
"types": "build/es2015/module.d.ts", | ||
"version": "3.0.7" | ||
"version": "3.0.8" | ||
} |
58127
53