From 464a0ea9f4739d983f126710523aae778b4ecbab Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Wed, 14 Jun 2017 13:15:54 +0100 Subject: [PATCH] AG-529 Implement improvements - esp around property changes --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d4f355..bdb121f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "build-all": "npm run build-examples && npm run build-dashboard", "build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy", "copy-to-docs": "ncp dist/examples ../ag-grid-docs/src/react-examples/examples && ncp dist/trader ../ag-grid-docs/src/react-examples/trader", - "build-to-docs": "npm run build && npm run copy-to-docs" + "build-to-docs": "npm run build && npm run copy-to-docs", + "start": "npm run examples" }, "repository": { "type": "git", @@ -63,7 +64,7 @@ "url-search-params-polyfill": "1.2.0", "ag-grid": "10.1.x", "ag-grid-enterprise": "10.1.x", - "ag-grid-react": "10.1.x" + "ag-grid-react": "file:../ag-grid-react" } }