Skip to content

Commit 8a20689

Browse files
committed
Change fps-emit entry point to be ES5 file
1 parent cec29ac commit 8a20689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fps-emit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"description": "fps emitter",
6-
"main": "src/index.js",
6+
"main": "lib/index.js",
77
"scripts": {
88
"build": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/fps-emit.min.js",
99
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)