Skip to content

Commit

Permalink
📝 specify repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Mar 24, 2018
1 parent be47336 commit ee9c87a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"engines": {
"sketch": ">=49"
},
"repository": {
"url": "https://github.com/nichenqin/draw-and-render-sketch-plugin"
},
"skpm": {
"name": "draw-and-render",
"manifest": "src/manifest.json",
"main": "draw-and-render.sketchplugin",
"resources": [
"resources/**/main.js"
]
"resources": ["resources/**/main.js"]
},
"scripts": {
"build": "skpm-build",
Expand Down

0 comments on commit ee9c87a

Please sign in to comment.