Skip to content

Commit 6aa319f

Browse files
committed
fix for package json.
1 parent 7278c78 commit 6aa319f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@fluffy-spoon/substitute",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "dist/Index.js",
6-
"typings": "./dist/Index.d.ts",
5+
"main": "dist/src/Index.js",
6+
"typings": "./dist/src/Index.d.ts",
77
"scripts": {
88
"test": "tsc && ava",
99
"build": "tsc"

0 commit comments

Comments
 (0)