Skip to content

Commit c07f289

Browse files
committed
Release v0.4.0
1 parent 94c3b88 commit c07f289

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-overlays",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Utilities for creating robust overlay components",
55
"author": "Jason Quense <[email protected]>",
66
"repository": "react-bootstrap/react-overlays",
@@ -24,7 +24,6 @@
2424
"build": "npm run clean && babel src --out-dir lib",
2525
"build:examples": "npm run clean:examples && babel-node ./webpack/run-webpack --config docs.config.js",
2626
"examples": "npm run clean:examples && babel-node ./examples/server.js",
27-
2827
"lint": "eslint src test",
2928
"test": "npm run lint && karma start --single-run",
3029
"tdd": "karma start",

0 commit comments

Comments
 (0)