@ale-run/plugin-file-store
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-beta.0
{ | ||
"name": "@ale-run/plugin-file-store", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-beta.0", | ||
"description": "Ale Plugin - File Store", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "npm run dist", | ||
"npm:publish": "npm publish", | ||
@@ -16,2 +16,3 @@ "dev": "npm run build && npm run link && cross-env LOG_LEVEL=info aled dev", | ||
"build": "rimraf lib && tsc", | ||
"dist": "npm run build", | ||
"watch": "npm run build && tsc -w --preserveWatchOutput" | ||
@@ -18,0 +19,0 @@ }, |
Sorry, the diff of this file is not supported yet
15748