troy-foundation
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "troy-foundation", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "dist/index.js", | ||
@@ -11,9 +11,9 @@ "types": "dist/index.d.ts", | ||
"@types/node": "^16.0.0", | ||
"troy-package-dev-tools": "0.0.25" | ||
"troy-package-dev-tools": "0.0.26" | ||
}, | ||
"scripts": { | ||
"build": "build-package", | ||
"lint": "lint-package", | ||
"lint:fix": "lint-fix-package" | ||
"build": "build-troy-package", | ||
"lint": "lint-troy-package", | ||
"lint:fix": "lint-fix-troy-package" | ||
} | ||
} |
44615