Skip to content

Commit e10b65b

Browse files
committed
add repo to package.json
1 parent e38c746 commit e10b65b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
"test": "npm run -s lint && npm run -s build && npm run -s test:build",
1717
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1818
},
19+
"repo": "developit/microbundle",
1920
"eslintConfig": {
2021
"extends": "eslint-config-developit"
2122
},
2223
"keywords": [
2324
"bundle",
24-
"rollup"
25+
"rollup",
26+
"micro library"
2527
],
2628
"files": [
2729
"src",

0 commit comments

Comments
 (0)