Skip to content

Commit 6d912c3

Browse files
committed
v1.1.5 release
1 parent e139656 commit 6d912c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-flexbox-grid",
33
"description": "A set of React components implementing flexboxgrid with the power of CSS Modules",
44
"homepage": "https://github.com/roylee0704/react-flexbox-grid",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"main": "lib/index.js",
77
"author": {
88
"email": "roylee0704@gmail.com",
@@ -76,8 +76,8 @@
7676
"build": "cross-env NODE_ENV=production npm run compile",
7777
"clean": "rimraf ./lib",
7878
"compile": "npm run compile:lib && npm run compile:dist",
79-
"compile:lib": "rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src",
8079
"compile:dist": "rm -rf dist && cross-env ./node_modules/.bin/webpack",
80+
"compile:lib": "rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src",
8181
"lint": "eslint src test",
8282
"patch": "bumped release patch",
8383
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)