Skip to content

Commit

Permalink
Add alpha patch (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed Mar 19, 2020
1 parent a137c21 commit 92f2e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/jest-structure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-structure",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.0",
"description": "Jest assertions to use with Structure",
"main": "index.js",
"author": "Talysson <talyssonoc@gmail.com>",
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"devDependencies": {
"structure": "2.0.0-alpha"
"structure": "2.0.0-alpha.0"
},
"peerDependencies": {
"jest": "^24.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structure",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.0",
"description": "A simple schema/attributes library built on top of modern JavaScript",
"main": "src/index.js",
"browser": "dist/structure.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"babel-loader": "^8.0.6",
"coveralls": "^3.0.7",
"electron": "^6.0.12",
"jest-structure": "2.0.0-alpha",
"jest-structure": "2.0.0-alpha.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
Expand Down

0 comments on commit 92f2e29

Please sign in to comment.