Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgary authored Mar 14, 2018
1 parent bf32445 commit 0f0e78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-adaptivecards",
"version": "0.1.2",
"version": "0.1.3",
"description": "A react wrapper for microsoft/adaptive-cards",
"main": "dist/index.js",
"scripts": {
"build": "npm run lint && babel src --out-dir lib",
"build": "babel src --out-dir dist",
"clean": "rimraf lib dist coverage",
"lint": "eslint --fix src && eslint --fix example",
"prepublish": "npm run build && npm run styleguide:build",
"prepublish": "npm run styleguide:build",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
Expand Down

0 comments on commit 0f0e78c

Please sign in to comment.