Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "ar-gql", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "dist/index", | ||
@@ -16,3 +16,3 @@ "types": "dist/index", | ||
"postversion": "git push && git push --tags && npm run build && npm publish", | ||
"test": "mocha **/*.spec.ts", | ||
"test": "npm run build && mocha **/*.spec.ts", | ||
"fmt": "prettier --write ." | ||
@@ -19,0 +19,0 @@ }, |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"files": ["src/index.ts"] | ||
"include": ["src/**/*"] | ||
} |
13973
9