Skip to content

Commit f12d8fe

Browse files
committed
Bump warp version
1 parent a72cda1 commit f12d8fe

10 files changed

+1156
-169
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Search on GitHub the most starred repositories that use JavaScript and TypeScrip
44

55
## Try it
66

7-
👉 See [live demo](https://warpjs-ctweqxljao20sm7xt3mbv7vst.storage.googleapis.com/index.html)
7+
👉 See [live demo](https://github-repo-search.scaledynamics.site/)
88

99
![screenshot](https://user-images.githubusercontent.com/54806942/75553607-04e56680-5a39-11ea-8ed7-809a2b8accb6.png)
1010

@@ -13,7 +13,7 @@ Search on GitHub the most starred repositories that use JavaScript and TypeScrip
1313
- [Vue.js](https://vuejs.org/)
1414
- [Axios](https://github.com/axios/axios)
1515
- [Webpack](https://webpack.js.org/)
16-
- [WarpJS](http://warpjs.com/)
16+
- [WarpJS](https://warpjs.com/)
1717
- [GitHub API](https://developer.github.com/v3/)
1818
- [NpmJS API](https://github.com/npm/registry/blob/master/docs/download-counts.md)
1919

api/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"license": "MIT",
55
"main": "index.js",
66
"dependencies": {
7-
"axios": "^0.21.0"
7+
"axios": "^0.21.1"
88
}
99
}

api/warp.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module.exports = {
2-
project: 'github-repo-search',
32
output: {
4-
format: 'node-module',
53
name: 'github-repo-search-api',
4+
format: 'node-module',
65
projectPath: '..'
76
}
87
};

0 commit comments

Comments
 (0)