Getting ready for releasing 8.0.0
This commit is contained in:
12
package.json
12
package.json
@@ -6,7 +6,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"standard": "webpack-dev-server --config webpack.config.standard.js --progress --colors --hot --inline",
|
"standard": "webpack-dev-server --config webpack.config.standard.js --progress --colors --hot --inline",
|
||||||
"grouped": "webpack-dev-server --config webpack.config.grouped.js --progress --colors --hot --inline",
|
"grouped": "webpack-dev-server --config webpack.config.grouped.js --progress --colors --hot --inline",
|
||||||
"large": "webpack-dev-server --config webpack.config.large.js --progress --colors --hot --inline"
|
"large": "webpack-dev-server --config webpack.config.large.js --progress --colors --hot --inline",
|
||||||
|
"clean": "rimraf dist",
|
||||||
|
"build-standard": "npm run clean && webpack --config webpack.config.standard.js --progress --profile --bail"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -35,10 +37,12 @@
|
|||||||
"webpack-dev-server": "^1.14.1"
|
"webpack-dev-server": "^1.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"rimraf": "2.5.x",
|
||||||
"react": "0.14.6",
|
"react": "0.14.6",
|
||||||
"react-dom": "0.14.6",
|
"react-dom": "0.14.6",
|
||||||
"ag-grid": "7.2.x",
|
"ag-grid": "8.0.x",
|
||||||
"ag-grid-enterprise": "7.2.x",
|
"ag-grid-enterprise": "8.0.x",
|
||||||
"ag-grid-react": "7.2.x"
|
"ag-grid-react": "8.0.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user