Skip to content

Commit

Permalink
regenerated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Slort committed Jan 24, 2018
1 parent d0e990c commit 2b9e805
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts" : {
"build": "tsc --outDir dist/"
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"portable-fetch": "^3.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts" : {
"build": "tsc --outDir dist/"
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"portable-fetch": "^3.0.0"
Expand Down

0 comments on commit 2b9e805

Please sign in to comment.