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.
0 parents commit 1e8f62dCopy full SHA for 1e8f62d
package.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "rollup-plugin-conditional-exec",
3
+ "version": "1.0.0",
4
+ "description": "Execute a given command after a bundle has been written",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "Alex Miller <codex.nz@gmail.com>",
10
+ "license": "ISC"
11
+}
0 commit comments