Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from Thinkei/chore/bump-0.1.2
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
toan2406 authored Nov 22, 2018
2 parents fb32e3d + 6a97e9c commit 3e1d983
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehrocks/braintree-dropin-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "React Drop-in Payment UI Component",
"main": "index.js",
"scripts": {
Expand All @@ -9,10 +9,8 @@
"test": "./node_modules/jest/bin/jest.js",
"update-test": "npm run test -- -u",
"clean": "rm -rf dist",
"build":
"npm run clean && mkdir dist && ./node_modules/babel-cli/bin/babel.js ./src/index.js --out-file ./dist/index.js",
"example":
"./node_modules/webpack/bin/webpack.js && ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
"build": "npm run clean && mkdir dist && ./node_modules/babel-cli/bin/babel.js ./src/index.js --out-file ./dist/index.js",
"example": "./node_modules/webpack/bin/webpack.js && ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e1d983

Please sign in to comment.