Skip to content

Commit 564d9e0

Browse files
committed
fix (OneLoop): remove .nvmrc file, fix depencies
1 parent 27fddd5 commit 564d9e0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "./build/OneLoop.min.js",
88
"scripts": {
99
"start": "npm run dev",
10-
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgRed.bold\" \"rollup -c -w rollup.config.js\" \"http-server --proxy http://localhost:8080/test/\"%",
10+
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgRed.bold\" \"rollup -c --watch rollup.config.js\" \"http-server --proxy http://localhost:8080/test/\"%",
1111
"build": "rollup -c rollup.config.js && rollup -c rollup.config.js --environment BUILD:production",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
@@ -35,11 +35,14 @@
3535
"splitted-text",
3636
"throttled-event"
3737
],
38-
"devDependencies": {
38+
"engines": {
39+
"node": "20.18.0"
40+
},
41+
"dependencies": {
3942
"concurrently": "5.3.0",
4043
"eslint": "8.36.0",
4144
"http-server": "^14.1.1",
42-
"rollup": "2.79.2",
43-
"rollup-plugin-uglify": "^5.0.2"
45+
"rollup": "1.32.1",
46+
"rollup-plugin-uglify": "6.0.4"
4447
}
4548
}

0 commit comments

Comments
 (0)