Skip to content

Commit

Permalink
For fixing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhnemade committed Dec 7, 2017
1 parent 96aa5b1 commit 6a5720a
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
@@ -1,6 +1,6 @@
{
"name": "react-twitter-embed",
"version": "1.1.1",
"version": "1.1.2",
"description": "React Twitter Embed Components",
"main": "dist/index.js",
"author": "Saurabh Nemade",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"scripts": {
"prepublish": ". ./.scripts/prepublish.sh",
"build": "set NODE_ENV=production&& babel src --presets babel-preset-es2015 --plugins transform-class-properties --out-dir dist",
"build": "export NODE_ENV=production&& babel src --presets babel-preset-es2015 --plugins transform-class-properties --out-dir dist",
"lint": "eslint src",
"lintfix": "eslint src --fix",
"testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js",
Expand Down

0 comments on commit 6a5720a

Please sign in to comment.