Skip to content

Commit 0f0e78c

Browse files
authored
Update package.json
1 parent bf32445 commit 0f0e78c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-adaptivecards",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A react wrapper for microsoft/adaptive-cards",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "npm run lint && babel src --out-dir lib",
7+
"build": "babel src --out-dir dist",
88
"clean": "rimraf lib dist coverage",
99
"lint": "eslint --fix src && eslint --fix example",
10-
"prepublish": "npm run build && npm run styleguide:build",
10+
"prepublish": "npm run styleguide:build",
1111
"styleguide": "styleguidist server",
1212
"styleguide:build": "styleguidist build"
1313
},

0 commit comments

Comments
 (0)