Skip to content

Commit

Permalink
build (package): release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Jan 24, 2022
1 parent a7c2702 commit f2f0eb9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: node ./examples
- run: npm test
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "googlethis",
"version": "1.2.6",
"version": "1.2.7",
"description": "A simple yet powerful module to retrieve organic search results and much more from Google.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit f2f0eb9

Please sign in to comment.