diff --git a/package.json b/package.json index 22c851e..1fc1aff 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "cap-height", "version": "2.0.0", "description": "Calculate the cap height of fonts loaded with Web Font Loader", - "main": "./dist/cap-height.js", - "module": "./src/index.js", + "module": "./dist/cap-height.js", + "main": "./src/index.js", "dependencies": { "fvd": "^1.0.0", "lodash": "^4.6.1",