We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72052ad commit 663d945Copy full SHA for 663d945
package.json
@@ -1,8 +1,11 @@
1
{
2
"name": "userscript-foo",
3
"version": "0.0.1",
4
+ "description": "this is userscript's description",
5
"main": "index.js",
6
"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",
9
"scripts": {
10
"build": "webpack --config webpack.prod.js",
11
"watch": "webpack --watch --config webpack.dev.js"
0 commit comments