@mohamed-karawia/library 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
]
|
11
11
|
]
|
12
12
|
},
|
13
|
-
"version": "0.1.
|
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
|
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"
|