@clxx/effect
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@clxx/effect", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "react effect for cl-utils", | ||
@@ -8,4 +8,5 @@ "main": "./build/index.js", | ||
"scripts": { | ||
"start": "tsc -w --pretty", | ||
"build": "node ../../scripts/clear.js && tsc" | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"start": "yarn tsc -w --pretty", | ||
"build": "node ../../scripts/clear.js && yarn tsc" | ||
}, | ||
@@ -31,6 +32,5 @@ "repository": { | ||
"devDependencies": { | ||
"@types/react": "^16.9.17", | ||
"typescript": "^3.7.3" | ||
"@types/react": "^16.9.17" | ||
}, | ||
"gitHead": "450cbf02a48beb3025b2755e5d609439e0ee9b13" | ||
"gitHead": "f6c5be9e006a21db3a57ade9a2d276b8cb6a0c08" | ||
} |
4716
1