Skip to content

Commit 7e5feb2

Browse files
committed
package.json: Removes postinstall NPM step so npm install boomerangjs succeeds without dev dependencies
1 parent 649cb43 commit 7e5feb2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/version-history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -91,7 +91,7 @@
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",

0 commit comments

Comments
 (0)