Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ac0a7ea
Merge pull request #114 from SpringRoll/release/2.0.0
jeremymccurdy-redspace May 9, 2024
cdc9368
Merge pull request #117 from SpringRoll/chore/2.0.0-changelog-update
jeremymccurdy-redspace Jun 6, 2024
9b786a1
add terser options to webpack
902seanryan Jun 7, 2024
622b0b9
fix webpack production check
902seanryan Jun 7, 2024
41ff2b9
changelog update
902seanryan Jun 7, 2024
2e7e74c
changelog
902seanryan Jun 7, 2024
6d121dd
remove testing code
902seanryan Jun 7, 2024
7d551b1
changelog and version update
902seanryan Jun 11, 2024
2aaacda
Merge pull request #120 from SpringRoll/feature/184506946-drop_consol…
902seanryan Jun 11, 2024
132d9e4
Bump braces from 3.0.2 to 3.0.3
dependabot[bot] Jun 11, 2024
2f25522
Adding MIT license
jeremymccurdy-redspace Oct 18, 2024
ed43437
Removed date from license file
jeremymccurdy-redspace Oct 22, 2024
607c7a6
Merge pull request #130 from SpringRoll/story/SR-18-Main-SpringRoll-S…
jeremymccurdy-redspace Oct 22, 2024
1d95da7
Merge pull request #124 from SpringRoll/dependabot/npm_and_yarn/brace…
jeremymccurdy-redspace Oct 23, 2024
0e3fa7a
Bump body-parser and express
dependabot[bot] Oct 23, 2024
4bbab82
Bump serve-static and express
dependabot[bot] Oct 23, 2024
8e97cd3
Merge branch 'dependabot/npm_and_yarn/multi-6b7e5c81f3' into dependab…
jeremymccurdy-redspace Oct 23, 2024
d03cc51
Fixing webpack merge error
jeremymccurdy-redspace Oct 23, 2024
5817d9e
Ran npm audit fix
jeremymccurdy-redspace Oct 23, 2024
62052fe
Merge branch 'dependabot/npm_and_yarn/multi-41ee8087b2' into dependab…
jeremymccurdy-redspace Oct 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 92 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "springroll-seed",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down