chore: publish nexe@beta

This commit is contained in:
calebboyd
2017-07-16 22:43:02 -05:00
parent 844d34b29a
commit 73af22cc92
+2 -1
View File
@@ -2,7 +2,7 @@
"name": "nexe",
"description": "Create a single executable out of your Node.js application",
"license": "MIT",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"contributors": [
"Craig Condon <craig.j.condon@gmail.com> (http://crcn.io)",
"Jared Allard <jaredallard@outlook.com>",
@@ -10,6 +10,7 @@
],
"scripts": {
"prebuild": "npm run clean",
"prepublish": "npm run build",
"clean": "rimraf lib",
"build": "prettier --parser typescript --no-semi --print-width 100 --single-quote --write \"src/**/*.ts\" && tsc --declaration"
},