Skip to content

Commit

Permalink
chore: missing test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 17, 2024
1 parent ffee83b commit 407acea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
16 changes: 1 addition & 15 deletions package-lock.json

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

14 changes: 3 additions & 11 deletions packages/env-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"prepack": "tsc"
"prepack": "tsc",
"test": "mocha --package ../../package.json"
},
"repository": {
"url": "git://github.com/zazuko/env.git",
Expand All @@ -27,19 +28,10 @@
"author": "Zazuko GmbH",
"license": "MIT",
"dependencies": {
"@rdfjs/dataset": "^2.0.1",
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/environment": "^1.0.0",
"@rdfjs/fetch-lite": "^3.2.2",
"@rdfjs/formats": "^4.0.0",
"@rdfjs/namespace": "^2.0.0",
"@rdfjs/term-map": "^2.0.0",
"@rdfjs/term-set": "^2.0.1",
"@rdfjs/traverser": "^0.1.2",
"@tpluscode/rdf-ns-builders": "^4.1.0",
"@zazuko/env": "^1.11.0",
"@zazuko/rdf-utils-fs": "^3.3.0",
"clownface": "^2.0.1"
"@zazuko/rdf-utils-fs": "^3.3.0"
},
"peerDependencies": {
"@types/rdfjs__fetch-lite": "^3.0.6"
Expand Down

0 comments on commit 407acea

Please sign in to comment.