Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from virtualidentityag/uglify-quickfix
Browse files Browse the repository at this point in the history
quickfix uglifyjs install script
  • Loading branch information
janrembold authored Feb 15, 2017
2 parents e11a5ce + 24779a7 commit 3cbb1ff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"name": "conditional-resource-loader",
"version": "1.2.0",
"version": "1.2.1",
"description": "a minimal conditional loader to load resources (js and css) with dependencies",
"main": "src/resourceLoader.js",
"repository": "git@github.com:virtualidentityag/conditional-resource-loader.git",
"author": "VI",
"license": "MIT",
"scripts": {
"install": "node node_modules/uglify-js/bin/uglifyjs -o dist/resourceLoader.min.js src/resourceLoader.js"
},
"dependencies": {
"uglify-js": "2.7.5"
}
"license": "MIT"
}

0 comments on commit 3cbb1ff

Please sign in to comment.