Skip to content

Commit 663d945

Browse files
committed
完善package.json
1 parent 72052ad commit 663d945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "userscript-foo",
33
"version": "0.0.1",
4+
"description": "this is userscript's description",
45
"main": "index.js",
56
"repository": "https://github.com/JSREI/userscript-template.git",
7+
"namespace": "https://github.com/JSREI/userscript-template.git",
8+
"document": "https://github.com/JSREI/userscript-template.git",
69
"scripts": {
710
"build": "webpack --config webpack.prod.js",
811
"watch": "webpack --watch --config webpack.dev.js"

0 commit comments

Comments
 (0)