@mohamed-karawia/library 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ]
11
11
  ]
12
12
  },
13
- "version": "0.1.3",
13
+ "version": "0.1.4",
14
14
  "private": false,
15
15
  "dependencies": {
16
16
  "@babel/cli": "^7.16.7",
@@ -117,7 +117,8 @@
117
117
  "fsevents": "^2.3.2"
118
118
  },
119
119
  "description": "In order to get the Storybook development enviornment going on your machine first `clone` this repo and `cd` to the project.",
120
- "main": "dist/index.js",
120
+ "main": "dist/index",
121
+ "typings": "dist/index",
121
122
  "repository": {
122
123
  "type": "git",
123
124
  "url": "git+https://github.com/collectiveness/react-storybook.git"