@pluginjs/factory
Advanced tools
Comparing version 0.7.0 to 0.7.1
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/factory v0.7.0 (https://pluginjs.com) | ||
* @pluginjs/factory v0.7.1 (https://pluginjs.com) | ||
* Copyright 2018 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"category": "core", | ||
@@ -33,13 +33,13 @@ "main": "dist/factory.common.js", | ||
"lint:js": "eslint ./src/**/*.js --fix", | ||
"prepublish": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@pluginjs/emitter": "^0.7.0", | ||
"@pluginjs/utils": "^0.7.0" | ||
"@pluginjs/emitter": "^0.7.1", | ||
"@pluginjs/utils": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@pluginjs/browserslist-config": "^1.2.0", | ||
"@pluginjs/cli": "^0.7.0", | ||
"@pluginjs/browserslist-config": "^1.2.1", | ||
"@pluginjs/cli": "^0.7.1", | ||
"babel-jest": "*", | ||
@@ -68,3 +68,3 @@ "jest": "*", | ||
], | ||
"gitHead": "966846899194272d4643d025f031e93f36670c63" | ||
"gitHead": "ddb86f691714a50df747dceda09ab3aa3aa83690" | ||
} |
299
16585
Updated@pluginjs/emitter@^0.7.1
Updated@pluginjs/utils@^0.7.1