diff --git a/README.md b/README.md index ed62018..7e53372 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ So let's implement a very primitive counter as a basic example of how to use thi "run": "quark-prebuilt ./package.json", }, "dev-dependencies": { - "quark-prebuilt": "0.0.2" + "quark-prebuilt": "0.0.3" } } ``` diff --git a/src/quark-prebuilt/package.json b/src/quark-prebuilt/package.json index 25ee00c..505feb9 100644 --- a/src/quark-prebuilt/package.json +++ b/src/quark-prebuilt/package.json @@ -1,6 +1,6 @@ { "name": "quark-prebuilt", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "index.js", "bin": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "eslint *.js --fix", - "postinstall": "quark-downloader -o ./lib -v v0.0.2" + "postinstall": "quark-downloader -o ./lib -v v0.0.3" }, "repository" : { "type" : "git",