Skip to content

Commit 6baff5e

Browse files
committed
fix wrong path
1 parent 6bc90e0 commit 6baff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csinterface",
33
"version": "0.1.7",
44
"description": "TypeScript version of Adobe CSInterface",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"types" : "lib/index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)