Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
v0.0.3-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdugue committed Apr 10, 2018
1 parent 6195597 commit e1e0ba8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dip",
"version": "0.0.3-beta.1",
"version": "0.0.3-beta.2",
"description": "Simple & declarative transition animations for React",
"main": "dist/react-dip.cjs.js",
"jsnext:main": "dist/react-dip.esm.js",
Expand All @@ -17,7 +17,11 @@
"storybook:build": "build-storybook",
"test": "flow && jest"
},
"files": ["dist", "preact", "src"],
"files": [
"dist",
"preact",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mdugue/react-dip.git"
Expand Down Expand Up @@ -71,7 +75,10 @@
"no-eq-null": "off",
"eqeqeq": "off",
"react/jsx-indent": "off",
"complexity": ["error", 12]
"complexity": [
"error",
12
]
}
},
"eslintIgnore": [
Expand Down

0 comments on commit e1e0ba8

Please sign in to comment.