Skip to content

Commit

Permalink
feat(FJS-NOINDEX): deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rudenko authored and Alexander Rudenko committed Jan 30, 2022
1 parent 88f85ea commit 8a01133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions packages/native-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"author": "Aleksander Rudenko<learnitnow@yandex.ru>",
"repository": "https://github.com/LordWerter/fast-js/tree/main/packages/native-slider",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"main": "./src/index.ts",
"files": [
"dist"
"src"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions packages/native-slider/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"noErrorTruncation": false,
"lib": ["es5", "es6", "dom", "esnext"],
"module": "esnext",
"allowJs": true,
"jsx": "react",
"allowJs": true
},
"include": [
"src"
Expand Down

0 comments on commit 8a01133

Please sign in to comment.