Skip to content

Commit

Permalink
removing puppeteer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hbi99 committed May 22, 2023
1 parent 4131751 commit 147b808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/defiant.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* defiant.js [v2.2.7]
* defiant.js [v2.2.8]
* http://www.defiantjs.com
* Copyright (c) 2013-2020 Hakan Bilgin <[email protected]>
* Copyright (c) 2013-2023 Hakan Bilgin <[email protected]>
* License GNU AGPLv3
*/
(function(window, module) {
Expand Down
4 changes: 2 additions & 2 deletions dist/defiant.min.js

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defiant.js",
"version": "2.2.7",
"version": "2.2.8",
"description": "Search JSON structures plus smart templating with XSLT and XPath.",
"author": {
"name": "Hakan Bilgin",
Expand Down Expand Up @@ -34,9 +34,6 @@
},
"homepage": "http://www.defiantjs.com",
"main": "index.js",
"dependencies": {
"puppeteer": "^1.7.0"
},
"devDependencies": {
"colors": "^1.1.2",
"gulp": "^4.0.0",
Expand Down

0 comments on commit 147b808

Please sign in to comment.