Skip to content

Commit 6290b2a

Browse files
committed
v3.1.3
1 parent a2b5745 commit 6290b2a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lib/noty.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/noty.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/noty.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/noty.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noty",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"title": "Noty - Notification library",
55
"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)",
66
"homepage": "http://ned.im/noty",
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"scripts": {
33-
"build": "webpack --env build && grunt banner",
33+
"build": "webpack --env dev && webpack --env build && grunt banner",
3434
"dev": "webpack --progress --colors --watch --env dev",
3535
"format": "prettier-standard 'src/**/*.js'",
3636
"test": "npm run format && standard && grunt test",

0 commit comments

Comments
 (0)