issue
This commit is contained in:
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tap-sdk-js",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.3",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -11,13 +11,13 @@
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/src/index.js",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
"import": "./dist/src/index.js",
|
||||
"require": "./dist/src/index.js",
|
||||
"types": "./dist/src/index.d.ts"
|
||||
}
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user