We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca350b commit 929718aCopy full SHA for 929718a
package.json
@@ -2,8 +2,8 @@
2
"name": "@fluffy-spoon/substitute",
3
"version": "1.0.0",
4
"description": "",
5
- "main": "dist/src/Index.js",
6
- "typings": "./dist/src/Index.d.ts",
+ "main": "dist/src/index.js",
+ "typings": "./dist/src/index.d.ts",
7
"scripts": {
8
"test": "tsc && ava",
9
"build": "tsc"
0 commit comments