diff --git a/scripts/postinstall.js b/bin/postinstall similarity index 100% rename from scripts/postinstall.js rename to bin/postinstall diff --git a/package.json b/package.json index c3bb6493..9fc0a19b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.3.12", + "version": "2.3.15", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": { @@ -8,7 +8,7 @@ "build": "node scripts/build.js", "demo": "node scripts/demo.js", "test": "node scripts/test.js --env=jsdom", - "postinstall": "node scripts/postinstall.js", + "postinstall": "node bin/postinstall", "prepublish": "npm run build" }, "repository": {