We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a1362 commit fc4677cCopy full SHA for fc4677c
package.json
@@ -3,6 +3,7 @@
3
"version": "14.4.2",
4
"description": "A Query Language and Runtime which can target any service.",
5
"license": "MIT",
6
+ "private": true,
7
"main": "index",
8
"module": "index.mjs",
9
"sideEffects": false,
resources/build.js
@@ -100,6 +100,7 @@ function buildJSFile(filepath) {
100
101
function buildPackageJSON() {
102
const packageJSON = require('../package.json');
103
+ delete packageJSON.private;
104
delete packageJSON.scripts;
105
delete packageJSON.devDependencies;
106
0 commit comments