Skip to content

Commit 0b0c00a

Browse files
authored
Merge pull request #115 from neonexus/master
Removed Ngrok from deps.
2 parents 46b3811 + 4bf39c7 commit 0b0c00a

File tree

3 files changed

+8
-234
lines changed

3 files changed

+8
-234
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v4.3.1](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v4.3.0...v4.3.1) (2023-11-05)
4+
### Features
5+
6+
* Removed [`@ngrok/ngrok`](https://npmjs.org/package/@ngrok/ngrok) from dependencies. Not supposed to be pre-installed.
7+
38
## [v4.3.0](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v4.2.4...v4.3.0) (2023-11-04)
49
### Features
510

package-lock.json

+2-232
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sails-react-bootstrap-webpack",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "An opinionated base configuration of Sails, with Webpack for React support, and Bootstrap for styling. A start-up in a box!",
55
"keywords": [
66
"sails",
@@ -30,7 +30,6 @@
3030
"@babel/eslint-parser": "7.22.15",
3131
"@babel/preset-env": "7.23.2",
3232
"@babel/preset-react": "7.22.15",
33-
"@ngrok/ngrok": "^0.9.0",
3433
"@popperjs/core": "2.11.8",
3534
"babel-loader": "9.1.3",
3635
"bootstrap": "5.3.2",

0 commit comments

Comments
 (0)