From d0b7e5cbbd38f7e82a891c7b3d33b412f9f4a0ec Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Thu, 27 Apr 2017 20:12:39 -0400 Subject: [PATCH] 5.3.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37784b02..0046dee9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Interprets markdown text and outputs a JSX equivalent.", "homepage": "http://probablyup.github.io/markdown-to-jsx", "license": "MIT", - "version": "5.3.2", + "version": "5.3.3", "engines": { "node": ">= 4" }, @@ -64,7 +64,7 @@ ] }, "scripts": { - "prepublish": "in-publish && npm run es5 || not-in-publish", + "prepublish": "in-publish && npm run build || not-in-publish", "build": "babel index.js --out-file index.cjs.js && babel index.js --no-babelrc --out-file index.esm.js --presets=es2015-native-modules,react,stage-2", "site:css": "stylus -u autoprefixer-stylus site.styl -o docs/css/style.css", "site:css:release": "npm run site:css -- -c",