Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Nov 11, 2018
1 parent 4c3457a commit 1394228
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.0-2"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/fetch-extra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-extra-core",
"version": "1.0.0-2",
"version": "1.0.0",
"description": "the core module for creating `fetch-extra`",
"repository": "Cap32/fetch-extra",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-extra-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-extra-polyfill",
"version": "1.0.0-2",
"version": "1.0.0",
"description": "extra methods and props for whatwg fetch and Request with polyfill",
"scripts": {
"prebuild": "rimraf lib browser dist && mkdirp lib browser dist",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"es6-object-assign": "^1.1.0",
"fetch-extra": "^1.0.0-2",
"fetch-extra": "^1.0.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-extra",
"version": "1.0.0-2",
"version": "1.0.0",
"description": "extra methods and props for whatwg fetch and Request",
"repository": "Cap32/fetch-extra",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"author": "cap32",
"license": "MIT",
"dependencies": {
"fetch-extra-core": "^1.0.0-2",
"fetch-extra-core": "^1.0.0",
"node-fetch": "^2.1.2"
},
"jest": {
Expand Down

0 comments on commit 1394228

Please sign in to comment.