@aztlan/build-tools
Advanced tools
Comparing version 0.2.0 to 0.4.0
{ | ||
"name": "@aztlan/build-tools", | ||
"version": "0.2.0", | ||
"version": "0.4.0", | ||
"description": "a", | ||
@@ -10,3 +10,4 @@ "main": "src/index.mjs", | ||
"test:tsc": "tsc", | ||
"test:eslint": "eslint --ext .js,.tsx,.ts src/ && eslint --ext .js,.tsx,.ts stories/" | ||
"test:eslint": "eslint --ext .mjs,.js,.tsx,.ts ./", | ||
"test:eslint:fix": "npm run test:eslint -- --fix" | ||
}, | ||
@@ -16,4 +17,4 @@ "author": "", | ||
"devDependencies": { | ||
"@aztlan/eslint-config": "^0.2.0", | ||
"@aztlan/typescript-config": "^0.2.0", | ||
"@aztlan/eslint-config-base": "^0.4.0", | ||
"@aztlan/typescript-config": "^0.4.0", | ||
"copyfiles": "^2.4.1", | ||
@@ -25,3 +26,6 @@ "esbuild": "^0.19.5", | ||
}, | ||
"gitHead": "ecd72b9320754678f7387c57bda6c084e72ab74e" | ||
"eslintConfig": { | ||
"extends": "@aztlan/eslint-config-base" | ||
}, | ||
"gitHead": "c48ebbcb7e6cd360ad9dff6e37d1d8bab627068f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25743
11
98