Skip to content

Commit

Permalink
Enable tree shaking in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jul 8, 2022
1 parent 6fd3546 commit 7b46dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@
"spec-fromrdf": "rdf-test-suite spec/serializer.js https://w3c.github.io/json-ld-api/tests/fromRdf-manifest.jsonld -c .rdf-test-suite-cache/ -e",
"spec-earl-fromrdf": "rdf-test-suite spec/serializer.js https://w3c.github.io/json-ld-api/tests/fromRdf-manifest.jsonld -c .rdf-test-suite-cache/ -o earl -p spec/earl-meta.json > spec/earl-fromrdf.ttl",
"spec-clean": "rm -r .rdf-test-suite-cache/"
}
},
"sideEffects": false
}

0 comments on commit 7b46dce

Please sign in to comment.