Skip to content

Commit

Permalink
add repository for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed May 15, 2018
1 parent 34ca519 commit a353e38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build/
config/
dist/
node_modules/
static/
project.config.json
.babelrc
.editorconfig
.eslintignore
.eslintrc
.postcssrc
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"main": "src/mpvue-picker/mpvuePicker.vue",
"author": "kuangpengfei <1633397286@qq.com>",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/KuangPF/mpvue-picker"
},
"license": "MIT",
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
Expand Down

0 comments on commit a353e38

Please sign in to comment.