Skip to content

Commit 42a33a8

Browse files
committed
Merge pull request #5 from gogu/develop
Not ignore src.
2 parents 47bdfc5 + fb9588c commit 42a33a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ dist
44
coverage
55
.idea
66
.jshintrc
7-
/src/
87
/examples/
9-
webpack.config.js
8+
webpack.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-msgbox",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "A message box (like Sweet Alert) for vue.js.",
55
"main": "lib/vue-msgbox.js",
66
"scripts": {

0 commit comments

Comments
 (0)