jquery-peek-a-bar
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "jquery-peek-a-bar", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "A jQuery plugin for a notification bar with a lot of customization options.", | ||
@@ -12,4 +12,3 @@ "main": "dist/js/jquery.peekabar.js", | ||
"build": "grunt build", | ||
"release": "standard-version", | ||
"deploy": "sh ./scripts/deploy.sh" | ||
"release": "semantic-release" | ||
}, | ||
@@ -19,16 +18,23 @@ "author": "Kunal Nagar <knlnagar@gmail.com>", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"grunt": "^1.0.4", | ||
"grunt-babel": "^8.0.0", | ||
"grunt-contrib-copy": "^0.8.0", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-uglify": "^4.0.1", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"@babel/core": "7.14.3", | ||
"@babel/preset-env": "7.14.2", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/commit-analyzer": "^8.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.2.3", | ||
"@semantic-release/npm": "^7.1.3", | ||
"@semantic-release/release-notes-generator": "^9.0.2", | ||
"conventional-changelog-conventionalcommits": "^4.6.0", | ||
"grunt": "1.4.0", | ||
"grunt-babel": "8.0.0", | ||
"grunt-contrib-copy": "0.8.2", | ||
"grunt-contrib-cssmin": "3.0.0", | ||
"grunt-contrib-uglify": "4.0.1", | ||
"grunt-contrib-watch": "1.1.0", | ||
"grunt-sass": "*", | ||
"load-grunt-tasks": "^3.2.0", | ||
"node-sass": "^4.14.1", | ||
"prettier": "^2.0.5", | ||
"standard-version": "^9.0.0", | ||
"time-grunt": "^1.2.1" | ||
"load-grunt-tasks": "3.5.2", | ||
"node-sass": "4.14.1", | ||
"prettier": "2.3.0", | ||
"semantic-release": "^17.4.3", | ||
"time-grunt": "1.4.0" | ||
}, | ||
@@ -42,3 +48,6 @@ "keywords": [ | ||
"url": "git://github.com/kunalnagar/jquery.peekABar.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # jquery.peekABar | ||
A jQuery plugin for a notification bar with a lot of customization options. | ||
A jQuery plugin for a notification bar with customization options. | ||
@@ -8,0 +8,0 @@ ## Important Note |
12341
21
8