Skip to content

Commit faea86a

Browse files
committed
v1.0.0-alpha.3
1 parent 9f572fb commit faea86a

11 files changed

+16
-85858
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "mcpd",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"main": "index.js",
55
"bin": {
66
"mcpd": "bin/mcpd.js"
77
},
88
"license": "MIT",
99
"scripts": {
1010
"start": "parcel -d public src/index.html",
11-
"build": "rm -rf public/*s && parcel build --no-source-maps -d public src/index.html"
11+
"build": "rm -rf public/*s && parcel build --no-source-maps -d public src/index.html",
12+
"prepublishOnly": "yarn build; git add public"
1213
},
1314
"devDependencies": {
1415
"@babel/polyfill": "^7.8.3",

public/app.08a42d44.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.ba16827b.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)