Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Le Fèvre committed Jan 29, 2018
1 parent f6f2b03 commit 089cc2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okami",
"version": "0.1.8",
"version": "0.2.0",
"main": "dist/okami.cjs.js",
"module": "dist/okami.esm.js",
"browser": "dist/okami.umd.js",
Expand Down Expand Up @@ -107,7 +107,9 @@
"src/**/*.js"
],
"collectCoverage": true,
"snapshotSerializers": ["enzyme-to-json/serializer"]
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"bundlesize": [
{
Expand Down

0 comments on commit 089cc2a

Please sign in to comment.