Commit b8bf4c79 authored by Gabriel Macena's avatar Gabriel Macena

v0.1.1

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