Skip to content

Commit 55fa95a

Browse files
authored
bumping (#3)
1 parent 76511ae commit 55fa95a

File tree

2 files changed

+296
-251
lines changed

2 files changed

+296
-251
lines changed

package.json

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@
44
"description": "Returns the css box model for a HTMLElement",
55
"author": "Alex Reardon <alexreardon@gmail.com>",
66
"license": "MIT",
7-
"keywords": [
8-
"css",
9-
"box model",
10-
"DOM"
11-
],
12-
"files": [
13-
"/dist",
14-
"/src"
15-
],
7+
"keywords": ["css", "box model", "DOM"],
8+
"files": ["/dist", "/src"],
169
"main": "dist/css-box-model.cjs.js",
1710
"module": "dist/css-box-model.esm.js",
1811
"sideEffects": false,
@@ -22,23 +15,24 @@
2215
"typecheck": "yarn flow",
2316
"validate": "yarn lint && yarn flow",
2417
"build:clean": "rimraf dist",
25-
"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/css-box-model.cjs.js.flow",
18+
"build:flow":
19+
"echo \"// @flow\n\nexport * from '../src';\" > dist/css-box-model.cjs.js.flow",
2620
"build:dist": "yarn rollup --config rollup.config.js",
2721
"build": "yarn build:clean && yarn build:dist && yarn build:flow",
2822
"prepublishOnly": "yarn build"
2923
},
3024
"devDependencies": {
3125
"babel-cli": "^6.26.0",
32-
"babel-core": "^6.26.0",
33-
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
26+
"babel-core": "^6.26.3",
27+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
3428
"babel-plugin-transform-object-rest-spread": "^6.26.0",
35-
"babel-preset-env": "^1.6.1",
29+
"babel-preset-env": "^1.7.0",
3630
"babel-preset-flow": "^6.23.0",
37-
"flow-bin": "^0.70.0",
38-
"jest": "^22.4.3",
39-
"prettier": "1.12.0",
31+
"flow-bin": "^0.74.0",
32+
"jest": "^23.1.0",
33+
"prettier": "1.13.4",
4034
"rimraf": "^2.6.2",
41-
"rollup": "^0.58.1",
42-
"rollup-plugin-babel": "^3.0.3"
35+
"rollup": "^0.60.1",
36+
"rollup-plugin-babel": "^3.0.4"
4337
}
4438
}

0 commit comments

Comments
 (0)