troy-foundation
Advanced tools
Comparing version 0.0.38 to 0.0.39
{ | ||
"name": "troy-foundation", | ||
"version": "0.0.38", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"version": "0.0.39", | ||
"main": "dist/$index.js", | ||
"types": "dist/$index.d.ts", | ||
"troyConfig": {}, | ||
@@ -12,10 +12,10 @@ "files": [ | ||
"@types/node": "^16.0.0", | ||
"troy-package-dev-tools": "0.0.38" | ||
"troy-ts-standard-package-dev-tools": "0.0.39" | ||
}, | ||
"scripts": { | ||
"build": "build-troy-package", | ||
"dev-build": "dev-build-troy-package", | ||
"lint": "lint-troy-package", | ||
"lint:fix": "lint-fix-troy-package" | ||
"build": "build-troy-ts-standard-package", | ||
"dev-build": "dev-build-troy-ts-standard-package", | ||
"lint": "lint-troy-ts-standard-package", | ||
"lint:fix": "lint-fix-troy-ts-standard-package" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
67512