Skip to content

Commit 07e52e7

Browse files
author
Nicify
committed
chore: remove broken link in comment
1 parent 0f17d8d commit 07e52e7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"@babel/runtime": "7.11.2",
4040
"babel-eslint": "10.1.0",
4141
"babel-preset-minify": "0.5.1",
42-
"eslint": "7.8.1",
42+
"eslint": "7.10.0",
4343
"eslint-plugin-babel": "5.3.1",
44-
"eslint-plugin-import": "2.22.0",
44+
"eslint-plugin-import": "2.22.1",
4545
"eslint-plugin-jsbox": "0.1.1",
46-
"eslint-plugin-react-hooks": "4.1.0",
47-
"prettier": "2.1.1",
46+
"eslint-plugin-react-hooks": "4.1.2",
47+
"prettier": "2.1.2",
4848
"react": "16.13.1",
49-
"rollup": "2.26.11",
49+
"rollup": "2.28.2",
5050
"rollup-plugin-babel": "4.4.0",
51-
"rollup-plugin-cleanup": "3.1.1",
51+
"rollup-plugin-cleanup": "3.2.1",
5252
"rollup-plugin-commonjs": "10.1.0",
5353
"rollup-plugin-modify": "3.0.0",
5454
"rollup-plugin-node-resolve": "5.2.0",

src/helper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export function getOCClassName(jsValue) {
1313
return jsValue.ocValue().__clsName
1414
}
1515

16-
// Based on react-three-fiber ((c) 2019 Paul Henschel, MIT).
17-
// https://github.com/drcmda/react-three-fiber/blob/master/src/reconciler.tsx#L13
1816
export const is = {
1917
obj: a => a === Object(a),
2018
str: a => typeof a === 'string',

0 commit comments

Comments
 (0)