@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.3", | ||
"version": "1.1.4", | ||
"main": "lib/index.js", | ||
@@ -11,2 +11,5 @@ "bin": "bin/react-docs-net.js", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"babel": { | ||
@@ -22,3 +25,3 @@ "presets": [ | ||
"pretty": "prettier '**/*.{js,css,md,json}' --write", | ||
"prepublish": "yarn build", | ||
"preversion": "yarn build", | ||
"test": "jest" | ||
@@ -25,0 +28,0 @@ }, |
21332
0.23%