@gram-data/gram-ast
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "repository": { | ||
"test:watch": "tsdx test --watch", | ||
"lint": "tsdx lint", | ||
"lint:fix": "tsdx lint --fix", | ||
"lint": "tsdx lint src", | ||
"lint:fix": "tsdx lint src --fix", | ||
"build:demo": "shx cp dist/gram-ast.umd.development.* ./public", | ||
@@ -44,3 +44,3 @@ "demo": "serve ./public/", | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
"pre-commit": "tsdx lint src" | ||
} | ||
@@ -71,3 +71,3 @@ }, | ||
}, | ||
"gitHead": "23013fdd8af755746f936dd4c01b165b90c477d7", | ||
"gitHead": "7f663c601c2fcd63f180bcd817d107e9cd5f29ee", | ||
"publishConfig": { | ||
@@ -74,0 +74,0 @@ "access": "public" |
172658