Skip to content

Commit

Permalink
5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 28, 2017
1 parent 8cc45da commit d0b7e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d0b7e5c

Please sign in to comment.