We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f70e0 commit 80593e0Copy full SHA for 80593e0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+<a name="1.0.1"></a>
2
+# [1.0.1](https://github.com/faker-javascript/faker) (2022-01-09)
3
+* Fixed packages
4
+
5
<a name="1.0.0"></a>
6
# [1.0.0](https://github.com/faker-javascript/faker) (2022-01-09)
7
* Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "@fakerjs/faker",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A set of packages that generates fake data for you.",
"license": "MIT",
"repository": "faker-javascript/faker",
@@ -15,7 +15,8 @@
15
"node": ">=12"
16
},
17
"files": [
18
- "index.js"
+ "index.js",
19
+ "packages.js"
20
],
21
"keywords": [
22
"fakerjs",
0 commit comments