angular-retina
Advanced tools
Comparing version 0.3.7 to 0.3.9
{ | ||
"name": "angular-retina", | ||
"description": "Replace AngularJS directive 'ng-src' by a version which supports Retina displays", | ||
"version": "0.3.7", | ||
"version": "0.3.9", | ||
"files": [ | ||
@@ -38,4 +38,3 @@ "dist/angular-retina.js", | ||
"precommit": "npm run test-min && npm test && npm run coverage-average", | ||
"build": "grunt build", | ||
"publish": "npm run test && npm run jshint && npm run build && git commit -m 'Built latest version' build/ && npm version patch && npm publish && git push && git push --tags" | ||
"build": "grunt build" | ||
}, | ||
@@ -42,0 +41,0 @@ "dependencies": {}, |
8891