Commit cd21b67d authored by Gabriel Macena's avatar Gabriel Macena

v0.1.3

parent 85fcecaa
{ {
"name": "react-md-extensions", "name": "react-md-extensions",
"version": "0.1.2", "version": "0.1.3",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"build-storybook": "build-storybook", "build-storybook": "build-storybook",
"clean": "rimraf ./dist", "clean": "rimraf ./dist",
"lint": "tslint 'src/**/*.ts'", "lint": "tslint 'src/**/*.ts'",
"release": "yarn lint && yarn compile && yarn copy-package && yarn publish", "release": "yarn lint && yarn compile && yarn publish",
"copy-package": "cpy ./package.json ./dist" "copy-package": "cpy ./package.json ./dist"
}, },
"author": "Bernardo Sunderhus", "author": "Bernardo Sunderhus",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment