Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "autotune", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Automatically tune JavaScript apps", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "tsc -p tsconfig.json && npm run minify", |
5830