File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Boomerang Release Notes
22
3+ ## 1.815.1 (Aug 15, 2025)
4+
5+ ### Bug Fixes
6+
7+ * ` package.json ` : Removes ` postinstall ` NPM step so ` npm install boomerangjs ` succeeds without dev dependencies
8+
39## 1.815.0 (Sep 30, 2024)
410
511### New Features
Original file line number Diff line number Diff line change 11{
22 "name" : " boomerangjs" ,
3- "version" : " 1.815.0 " ,
3+ "version" : " 1.815.1 " ,
44 "releaseVersion" : " 1" ,
55 "description" : " boomerang always comes back, except when it hits something" ,
66 "main" : " boomerang.js" ,
9191 },
9292 "scripts" : {
9393 "test" : " grunt test" ,
94- "postinstall" : " npm run bower-install && npm run webdriver-manager-update" ,
94+ "postinstall-dev " : " npm run bower-install && npm run webdriver-manager-update" ,
9595 "build" : " grunt clean build" ,
9696 "lint" : " grunt lint" ,
9797 "unit-test" : " grunt test:unit" ,
You can’t perform that action at this time.
0 commit comments