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 ccd3940 commit 4ca54c3Copy full SHA for 4ca54c3
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@devexperts/remote-data-ts",
3
"version": "2.1.0",
4
- "main": "dist/index.js",
+ "main": "lib/index.js",
5
"module": "es6/index.js",
6
- "typings": "dist/index.d.ts",
+ "typings": "lib/index.d.ts",
7
"sideEffects": false,
8
"scripts": {
9
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.es6.json && npm run import-path-rewrite && ts-node scripts/build",
0 commit comments