jquery-peek-a-bar
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "jquery-peek-a-bar", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "A jQuery plugin for a notification bar with a lot of customization options.", | ||
"main": "dist/js/jquery.peekabar.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"cleanup": "rm -rf build", | ||
"copy:packagejson": "cp package.json build/", | ||
"copy:readme": "cp README.md build/", | ||
"build": "npm run cleanup && ./node_modules/.bin/grunt build", | ||
"release": "npm run copy:packagejson && npm run copy:readme && cd build && npm publish" | ||
"prebuild": "rm -rf build", | ||
"build": "grunt build", | ||
"release": "standard-version", | ||
"deploy": "sh ./scripts/deploy.sh" | ||
}, | ||
@@ -28,2 +30,3 @@ "author": "Kunal Nagar <knlnagar@gmail.com>", | ||
"prettier": "^2.0.5", | ||
"standard-version": "^9.0.0", | ||
"time-grunt": "^1.2.1" | ||
@@ -30,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
15953
9
14