Skip to content

Commit

Permalink
Added minimization script, and minified version to the npm package. A…
Browse files Browse the repository at this point in the history
…lso 0.1.7
  • Loading branch information
erik-krogh committed May 16, 2016
1 parent ea86b37 commit d01af02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-materialize",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/angular-materialize.js",
"ignore": [
"**/.*",
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
"name": "angular-materialize",
"description": "Angularjs directives for Materialize CSS Framework",
"author": "@krescruz",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"repository": "https://github.com/krescruz/angular-materialize",
"main": "src/index.js",
"scripts": {
"min": "uglifyjs src/angular-materialize.js > src/angular-materialize.min.js",
"prepublish": "npm run min"
},
"dependencies": {
"node-materialize": "https://github.com/ryepdx/node-materialize/tarball/master"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0"
"grunt-contrib-connect": "^0.9.0",
"uglify-js": "^3.0.1"
}
}

0 comments on commit d01af02

Please sign in to comment.