Skip to content

Commit

Permalink
Cleaning deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Apr 16, 2021
1 parent bfdc9f9 commit 13457d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
21 changes: 2 additions & 19 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "@lcf.vs/dom-engine",
"version": "2.2.1",
"version": "2.2.2",
"description": "A composable DOM based template engine",
"type": "module",
"main": "lib/engine.js",
"scripts": {
"test": "node ./test/test.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lcf.vs <[email protected]>",
"dependencies": {
"jsdom": "^16.3.0"
},
"devDependencies": {
"esbuild": "^0.11.11",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit 13457d0

Please sign in to comment.