Skip to content

Commit 4ca54c3

Browse files
author
Malte Legenhausen
authored
fix: invalid main and typings path in package.json (#68)
1 parent ccd3940 commit 4ca54c3

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
@@ -1,9 +1,9 @@
11
{
22
"name": "@devexperts/remote-data-ts",
33
"version": "2.1.0",
4-
"main": "dist/index.js",
4+
"main": "lib/index.js",
55
"module": "es6/index.js",
6-
"typings": "dist/index.d.ts",
6+
"typings": "lib/index.d.ts",
77
"sideEffects": false,
88
"scripts": {
99
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.es6.json && npm run import-path-rewrite && ts-node scripts/build",

0 commit comments

Comments
 (0)