@devexperts/utils
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@devexperts/utils", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -11,3 +11,4 @@ "main": "lib/index.js", | ||
"prepublish": "npm run clean && npm run build", | ||
"start": "dx-tools watch-ts-transform" | ||
"start": "dx-tools watch-ts-transform", | ||
"watch": "dx-tools watch-ts-transform" | ||
}, | ||
@@ -36,4 +37,4 @@ "repository": { | ||
"devDependencies": { | ||
"@devexperts/tools": "^0.0.1" | ||
"@devexperts/tools": "^0.2.0" | ||
} | ||
} |
52552