Skip to content

Commit

Permalink
Update publishing related fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed Oct 31, 2021
1 parent 55c3678 commit cef5900
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,27 @@
"license": "MIT",
"author": "Teemu Taskula",
"repository": "https://github.com/Temzasse/stitches-native",
"type": "module",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "src/types/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"typesVersions": {
">= 4.1": {
"*": [
"types/index.d.ts"
]
}
},
"exports": {
".": {
"require": "./lib/commonjs/index.js",
"import": "./lib/module/index.js",
"types": "./src/types/index.d.ts"
}
},
"files": [
"src",
"lib",
"!**/tests"
"src/types",
"lib"
],
"engines": {
"node": ">=12"
Expand Down

0 comments on commit cef5900

Please sign in to comment.