@charlietango/react-docs-net
Advanced tools
Comparing version
{ | ||
"name": "@charlietango/react-docs-net", | ||
"description": "Package and publish a NuGet package to a custom feed.", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"main": "lib/index.js", | ||
@@ -23,4 +23,4 @@ "bin": { | ||
"scripts": { | ||
"build": "node ../../tools/compile", | ||
"build:watch": "node ../../tools/compile --watch", | ||
"build": "node ../../scripts/compile", | ||
"build:watch": "node ../../scripts/compile --watch", | ||
"pretty": "prettier '**/*.{js,css,md,json}' --write", | ||
@@ -46,4 +46,5 @@ "preversion": "yarn build", | ||
"minimist": "^1.2.0", | ||
"prettier": "^1.11.0" | ||
"prettier": "^1.11.0", | ||
"strip-ansi": "^4.0.0" | ||
} | ||
} |
41101
0.08%9
12.5%