Skip to content

Commit 1ef8e04

Browse files
committed
feat (package.json): remove engine property
1 parent 592eccd commit 1ef8e04

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.18.0

build/OneLoop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2022 OneLoop.js
44
* Author: Nicolas Langle
55
* Repository: https://github.com/n-langle/OneLoop.js
6-
* Version: 5.2.0
6+
* Version: 5.2.1
77
* SPDX-License-Identifier: MIT
88
*
99
* Credit for easing functions goes to : https://github.com/ai/easings.net/blob/master/src/easings/easingsFunctions.ts

build/OneLoop.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oneloop.js",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Javascript animation library. Provide scroll observer, tween, throttled event, splitted text, vector2, easings in a bundle of about 5kb gzipped",
55
"type": "module",
66
"main": "./build/OneLoop.min.js",
@@ -35,9 +35,6 @@
3535
"splitted-text",
3636
"throttled-event"
3737
],
38-
"engines": {
39-
"node": "20.18.0"
40-
},
4138
"dependencies": {
4239
"concurrently": "5.3.0",
4340
"eslint": "8.36.0",

0 commit comments

Comments
 (0)