Skip to content

Commit ad9f55c

Browse files
committed
Fixed bower/npm breakage. Fixes #54.
1 parent 4ebe0c4 commit ad9f55c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stats.js",
33
"homepage": "https://github.com/mrdoob/stats.js",
44
"description": "JavaScript Performance Monitor",
5-
"main": "build/stats.js",
5+
"main": "build/stats.min.js",
66
"keywords": [
77
"stats",
88
"statistics",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stats.js",
33
"version": "0.0.16",
44
"description": "JavaScript Performance Monitor",
5-
"main": "builds/stats.js",
5+
"main": "build/stats.min.js",
66
"directories": {
77
"example": "examples"
88
},

0 commit comments

Comments
 (0)