Commit b8bf4c79 authored by Gabriel Macena's avatar Gabriel Macena

v0.1.1

parent 6e60b3a9
{
"name": "react-md-extensions",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./index.js",
"types": "./index.d.ts",
"publishConfig": {
"registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "npm run clean && tsc -p .",
"compile": "yarn clean && tsc -p .",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"clean": "rimraf ./dist",
"lint": "tslint 'src/**/*.ts'",
"release": "npm run lint && npm run compile && npm run copy-package && npm publish ./dist",
"release": "yarn lint && yarn compile && yarn copy-package && yarn publish",
"copy-package": "cpy ./package.json ./dist"
},
"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