Skip to content

Commit af916c0

Browse files
authored
Remove yarn.lock to not lock ourselves in dependencies with security issues (#14)
1 parent c596b6e commit af916c0

File tree

2 files changed

+4
-4947
lines changed

2 files changed

+4
-4947
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"prepare": "npm run build",
1616
"precommit": "lint-staged"
1717
},
18+
"jest": {
19+
"testURL": "http://localhost/"
20+
},
1821
"lint-staged": {
1922
"*.js": [
2023
"eslint --fix",
@@ -30,7 +33,7 @@
3033
"url": "git+https://github.com/elastic/app-search-javascript.git"
3134
},
3235
"author": "Elastic",
33-
"license": "Apache 2.0",
36+
"license": "Apache 2.0",
3437
"bugs": {
3538
"url": "https://github.com/elastic/app-search-javascript/issues"
3639
},

0 commit comments

Comments
 (0)