Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Sep 20, 2017
1 parent a2b5745 commit 6290b2a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/noty.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/noty.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/noty.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/noty.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noty",
"version": "3.1.2",
"version": "3.1.3",
"title": "Noty - Notification library",
"description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://ned.im/noty",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"scripts": {
"build": "webpack --env build && grunt banner",
"build": "webpack --env dev && webpack --env build && grunt banner",
"dev": "webpack --progress --colors --watch --env dev",
"format": "prettier-standard 'src/**/*.js'",
"test": "npm run format && standard && grunt test",
Expand Down

0 comments on commit 6290b2a

Please sign in to comment.