Skip to content

Commit ddf4c6a

Browse files
Move older typings to ts3.8 dir
1 parent 9559001 commit ddf4c6a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
build/
1212
DerivedData
1313
dist
14+
ts3.8
1415
coverage
1516

1617
## Various settings

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!CHANGELOG.md
66
!README.md
77
!/dist/**/*
8+
!ts3.8/**/*
89
!RNSentry.podspec
910
!sentry.gradle
1011
!react-native.config.js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",
99
"typesVersions": {
10-
"<4.1": { "*": ["dist/ts3.8/*"] }
10+
"<4.1": { "*": ["ts3.8/*"] }
1111
},
1212
"typescript": {
1313
"definition": "dist/js/index.d.ts"
@@ -18,7 +18,7 @@
1818
"build:sdk": "tsc -p tsconfig.build.json",
1919
"build:sdk:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
2020
"build:tools": "tsc -p tsconfig.build.tools.json",
21-
"downlevel": "downlevel-dts dist dist/ts3.8/dist --to=3.8",
21+
"downlevel": "downlevel-dts dist ts3.8/dist --to=3.8",
2222
"clean": "rimraf dist coverage",
2323
"test": "jest",
2424
"fix": "yarn fix:eslint && yarn fix:prettier",

0 commit comments

Comments
 (0)