Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 19, 2017
1 parent 412a074 commit bad70a5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
@@ -1,15 +1,12 @@
{
"name": "@sanity/block-content-to-react",
"description":
"React component for transforming Sanity block content to React components",
"version": "0.2.4",
"description": "React component for transforming Sanity block content to React components",
"version": "0.3.0",
"main": "lib/index.js",
"umd": "umd/index.min.js",
"scripts": {
"browserify":
"NODE_ENV=production BROWSERIFY_ENV=build DEBUG='' browserify -t envify -g uglifyify lib/index.js -o umd/index.js --standalone=BlockContentAdapter --no-bundle-external",
"build":
"npm run clean && npm run compile && npm run browserify && npm run minify",
"browserify": "NODE_ENV=production BROWSERIFY_ENV=build DEBUG='' browserify -t envify -g uglifyify lib/index.js -o umd/index.js --standalone=BlockContentAdapter --no-bundle-external",
"build": "npm run clean && npm run compile && npm run browserify && npm run minify",
"watch": "npm run compile -- --watch",
"clean": "rimraf lib coverage .nyc_output umd/*.js",
"compile": "babel --source-maps --copy-files -d lib/ src/",
Expand Down

0 comments on commit bad70a5

Please sign in to comment.