Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Oct 27, 2022
1 parent 7034656 commit b78c91a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
- name: Upload coverage
uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@master
name: Upload to coveralls.io
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
"name": "dom-lite",
"version": "22.9.0",
"description": "A small DOM implementation for server-side",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
"description": "A small DOM implementation",
"keywords": [
"browser",
"document",
"dom",
"DOMParser",
"XMLSerializer",
"litejs"
],
"main": "index.js",
"readmeFilename": "README.md",
"files": [],
"scripts": {
"test": "c8 -r lcov -r text-summary --check-coverage --100 lj test --brief test/index.js"
},
"repository": "git://github.com/litejs/dom-lite.git",
"repository": "github:litejs/dom-lite",
"bugs": "https://github.com/litejs/dom-lite/issues",
"dependencies": {
"selector-lite": "20.2.0"
"selector-lite": "22.10.1"
},
"devDependencies": {
"@litejs/cli": "22.8.0",
Expand Down

0 comments on commit b78c91a

Please sign in to comment.