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 e38c746 commit e10b65bCopy full SHA for e10b65b
package.json
@@ -16,12 +16,14 @@
16
"test": "npm run -s lint && npm run -s build && npm run -s test:build",
17
"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"
18
},
19
+ "repo": "developit/microbundle",
20
"eslintConfig": {
21
"extends": "eslint-config-developit"
22
23
"keywords": [
24
"bundle",
- "rollup"
25
+ "rollup",
26
+ "micro library"
27
],
28
"files": [
29
"src",
0 commit comments