fetch-inject
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -6,4 +6,3 @@ { | ||
"scripts": { | ||
"build": "npm run lint && npm run clean && rollup -c && BUILD_TARGET=minified rollup -c", | ||
"build-min": "BUILD_TARGET=minified rollup -c", | ||
"build": "rollup -c && BUILD_TARGET=minified rollup -c", | ||
"clean": "rimraf ./dist/*", | ||
@@ -46,3 +45,3 @@ "test": "npm run lint", | ||
"homepage": "https://github.com/jhabdas/fetch-inject#readme", | ||
"version": "1.3.3" | ||
"version": "1.3.4" | ||
} |
Sorry, the diff of this file is not supported yet
11749