Skip to content

Commit 44f6113

Browse files
committed
chore: optimize publish config
1 parent 2edfe20 commit 44f6113

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@
1818
"name": "F-loat",
1919
"email": "chaimaoyuan@foxmail.com"
2020
},
21+
"files": [
22+
"dist",
23+
"src"
24+
],
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/F-loat/vue-simplemde.git"
28+
},
2129
"license": "MIT",
2230
"dependencies": {
2331
"marked": "^0.3.6",
2432
"simplemde": "^1.11.2"
2533
},
26-
"repository": {
27-
"type": "git",
28-
"url": "https://github.com/F-loat/vue-simplemde.git"
29-
},
3034
"devDependencies": {
3135
"babel-core": "^6.0.0",
3236
"babel-eslint": "^8.0.1",

0 commit comments

Comments
 (0)