Skip to content

Commit 60ac30a

Browse files
committed
chore: add missing info to package.
1 parent 7967e82 commit 60ac30a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "rollup-plugin-conditional-exec",
33
"version": "1.0.0",
4-
"description": "Execute a given command after a bundle has been written",
54
"author": "Alex Miller <codex.nz@gmail.com>",
5+
"description": "Execute a given command after a bundle has been written",
6+
"homepage": "https://github.com/Codex-/rollup-plugin-conditional-exec#readme",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/Codex-/rollup-plugin-conditional-exec.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/Codex-/rollup-plugin-conditional-exec/issues"
13+
},
614
"license": "MIT",
715
"keywords": [
816
"rollup",
@@ -20,6 +28,9 @@
2028
"release": "release-it",
2129
"test": "jest"
2230
},
31+
"files": [
32+
"dist/**/*"
33+
],
2334
"peerDependencies": {
2435
"rollup": "^2.0.0"
2536
},

0 commit comments

Comments
 (0)