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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Aug 30, 2017
1 parent e269cbb commit 31323af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-enzyme",
"version": "0.1.1",
"version": "0.2.0",
"description": "Bucklescript bindings for Enzyme",
"scripts": {
"test": "jest --watch",
Expand All @@ -12,7 +12,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 @@ -36,6 +40,8 @@
"bs-platform": ">=1.9.0"
},
"jest": {
"testMatch": ["**/src/**/*_test.js"]
"testMatch": [
"**/src/**/*_test.js"
]
}
}

0 comments on commit 31323af

Please sign in to comment.