Skip to content

Commit 83d6667

Browse files
chrishelgertaweary
authored andcommitted
Add repository to package.json (aweary#27)
helpful for: * ```npm repo``` * going from npm to github
1 parent 6c44c84 commit 83d6667

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
@@ -5,6 +5,10 @@
55
"main": "dist/tinytime.js",
66
"umd:main": "dist/tinytime.umd.js",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/aweary/tinytime"
11+
},
812
"scripts": {
913
"rollup:cjs": "NODE_ENV=production rollup -c rollup.config.js -m -f cjs -n $npm_package_amdName $npm_package_jsnext_main -o $npm_package_main",
1014
"rollup:umd": "NODE_ENV=production rollup -c rollup.config.js -m -f umd -n $npm_package_amdName $npm_package_jsnext_main -o dist/tinytime.umd.js",

0 commit comments

Comments
 (0)