diff --git a/package.json b/package.json index 7bc80a1..2d0e3d3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "test": "mocha test", "lint": "eslint source", "docs": "jsdoc -c tools/jsdoc.json", - "updatelibs": "npm install && node tools/run_python.js tools/updatelibs.py", "generate_icon_font": "node tools/run_python.js tools/generate_icon_font.py", "update_engine_exports": "node tools/run_python.js tools/update_engine_exports.py", "create_dist": "npm run create_package && npm run lint && npm run test",