Skip to content

Commit a9c2806

Browse files
committed
Add repository field
Just to avoid the annoying warning. ``` npm WARN package.json css-whitespace@1.1.0 No repository field. ```
1 parent f027a6b commit a9c2806

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"main": "index",
1515
"scripts": {
1616
"test": "mocha --require should --reporter spec"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/reworkcss/css-whitespace.git"
1721
}
1822
}

0 commit comments

Comments
 (0)