File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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" ,
2028 "release" : " release-it" ,
2129 "test" : " jest"
2230 },
31+ "files" : [
32+ " dist/**/*"
33+ ],
2334 "peerDependencies" : {
2435 "rollup" : " ^2.0.0"
2536 },
You can’t perform that action at this time.
0 commit comments