Skip to content

Commit ca4dba9

Browse files
committed
0.10.0
1 parent f6e8e2d commit ca4dba9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glennsl/rescript-jest",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "Rescript bindings to the Jest testing framework",
55
"author": "glennsl",
66
"license": "MIT",
@@ -18,12 +18,19 @@
1818
"type": "git",
1919
"url": "git+https://github.com/glennsl/rescript-jest.git"
2020
},
21-
"keywords": ["Rescript", "jest", "test"],
21+
"keywords": [
22+
"Rescript",
23+
"jest",
24+
"test"
25+
],
2226
"bugs": {
2327
"url": "https://github.com/glennsl/rescript-jest/issues"
2428
},
2529
"homepage": "https://github.com/glennsl/rescript-jest#readme",
26-
"files": ["src/", "bsconfig.json"],
30+
"files": [
31+
"src/",
32+
"bsconfig.json"
33+
],
2734
"devDependencies": {
2835
"@babel/core": "^7.15.8",
2936
"@babel/preset-env": "^7.15.8",

0 commit comments

Comments
 (0)