Skip to content

Commit

Permalink
npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hinesboy committed May 5, 2017
1 parent a89b4b6 commit 6e934af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.idea/*
/.git/*
/img/*
/src/dev/*
LICENSE
npm-debug.log
git-debug.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ npm install mavon-editor --save
### package.json

```
"mavon-editor": "^1.4.8"
"mavon-editor": "^1.4.9"
```

### Use (如何引入)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mavon-editor",
"version": "1.4.8",
"version": "1.4.9",
"description": "Vue markdown editor",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6e934af

Please sign in to comment.