We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c3b88 commit c07f289Copy full SHA for c07f289
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-overlays",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "Utilities for creating robust overlay components",
5
"author": "Jason Quense <[email protected]>",
6
"repository": "react-bootstrap/react-overlays",
@@ -24,7 +24,6 @@
24
"build": "npm run clean && babel src --out-dir lib",
25
"build:examples": "npm run clean:examples && babel-node ./webpack/run-webpack --config docs.config.js",
26
"examples": "npm run clean:examples && babel-node ./examples/server.js",
27
-
28
"lint": "eslint src test",
29
"test": "npm run lint && karma start --single-run",
30
"tdd": "karma start",
0 commit comments