Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Panfilov committed Apr 12, 2018
1 parent f8f79e0 commit 97ae7d7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "mini-toastr",
"version": "0.8.0",
"version": "0.8.1",
"description": "Non-blocking toaster notifications",
"main": "mini-toastr.js",
"scripts": {
"start": "gulp",
"build": "gulp make",
"update": "ncu -a && npm update",
"upgrade": "npm upgrade",
"test": "mocha --compilers js:babel-core/register ./test/**/*.spec.js",
"lint": "eslint ./"
},
Expand Down Expand Up @@ -53,18 +50,6 @@
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.0.1",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-concat": "2.6.1",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-strip-code": "0.1.4",
"gulp-todo": "5.4.0",
"gulp-uglify": "3.0.0",
"gulp-umd": "0.2.1",
"mocha": "5.0.5",
"require-dir": "1.0.0",
"run-sequence": "2.2.1",
Expand Down

0 comments on commit 97ae7d7

Please sign in to comment.