Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Aug 28, 2017
1 parent f9f38f7 commit 3e7bbf7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-enzyme",
"version": "0.1.0",
"version": "0.1.1",
"description": "Bucklescript bindings for Enzyme",
"scripts": {
"test": "jest",
Expand All @@ -10,7 +10,11 @@
"type": "git",
"url": "git+https://github.com/rpowelll/bs-enzyme.git"
},
"keywords": ["bucklescript", "enzyme", "testing"],
"keywords": [
"bucklescript",
"enzyme",
"testing"
],
"author": "Rhys Powell",
"license": "MIT",
"bugs": {
Expand All @@ -33,7 +37,13 @@
"bs-platform": ">=1.9.0"
},
"jest": {
"moduleFileExtensions": ["re", "js", "ml"],
"testMatch": ["lib/js/src/**/*_test.re"]
"moduleFileExtensions": [
"re",
"js",
"ml"
],
"testMatch": [
"lib/js/src/**/*_test.re"
]
}
}

0 comments on commit 3e7bbf7

Please sign in to comment.