Simon He 2 years ago committed by GitHub
parent e86c0c610b
commit e44762aa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -21,3 +21,4 @@ node_modules
_actual*.* _actual*.*
_output _output
/types /types
.eslintcache

@ -96,7 +96,7 @@
"posttest": "agadoo internal/index.mjs", "posttest": "agadoo internal/index.mjs",
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test", "prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
"tsd": "node ./generate-type-definitions.js", "tsd": "node ./generate-type-definitions.js",
"lint": "eslint \"{src,test}/**/*.{ts,js}\"" "lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save