Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored Oct 4, 2019
1 parent 99dd4e6 commit 08bd499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "lib/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"source": "src/index.ts",
"jsnext:main": "src/index.ts",
"main:src": "src/index.ts",
"source": "src/index.tsx",
"jsnext:main": "src/index.tsx",
"main:src": "src/index.tsx",
"scripts": {
"test": "jest",
"test:quick": "yarn test",
Expand Down

0 comments on commit 08bd499

Please sign in to comment.