Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Dec 5, 2017
1 parent 3edc7f3 commit a708c2e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 31 deletions.
80 changes: 51 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-credit-cards",
"version": "0.6.0",
"version": "0.6.1",
"description": "Beautiful credit cards for your payment forms",
"author": "AMARO Fashion <it@amaro.com>",
"contributors": [
Expand Down Expand Up @@ -118,7 +118,7 @@
"start": "node demo/config/webpack.server.js",
"build:demo": "NODE_ENV=production webpack --config demo/config/webpack.build.js",
"analyze": "NODE_ENV=production webpack --config config/webpack.build.js --profile --json > webpack.stats.json",
"lint": "eslint --ext .js --ext .jsx src test config",
"lint": "eslint --ext .js --ext .jsx src test tasks",
"lint:styles": "stylelint 'src/**/*.scss'",
"test": "jest --coverage",
"test:watch": "jest --watch",
Expand Down

0 comments on commit a708c2e

Please # to comment.