Skip to content

Commit 83f009f

Browse files
committed
fix(pkg): leave config in build
1 parent 48603ad commit 83f009f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "@streamsql/streamsql-js",
33
"author": "StreamSQL <ethan@streamsql.io>",
44
"version": "1.0.0-beta.0",
5-
"config": {
6-
"apiVersion": "v1-beta"
7-
},
85
"license": "MIT",
96
"description": "StreamSQL's javascript ingestion API",
107
"main": "streamsql.cjs.js",
@@ -16,7 +13,7 @@
1613
"prebuild": "rimraf dist",
1714
"rollup": "rollup -c",
1815
"rollup:test": "rollup --config rollup-test.config.js",
19-
"copy": "copyfiles -f package.json readme.md LICENSE streamsql.d.ts dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined; this.babel=undefined; this.config=undefined; this.np=undefined; this.publishConfig=undefined;\"",
16+
"copy": "copyfiles -f package.json readme.md LICENSE streamsql.d.ts dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined; this.babel=undefined; this.np=undefined; this.publishConfig=undefined;\"",
2017
"build": "npm-run-all --parallel rollup copy",
2118
"prepare": "npm run build",
2219
"serve:test": "cross-env NODE_ENV=test node integration/fixtures/server.js",
@@ -31,7 +28,9 @@
3128
"format": "npm run prettier -- --write",
3229
"check-format": "npm run prettier --list-different"
3330
},
34-
31+
"config": {
32+
"apiVersion": "v1-beta"
33+
},
3534
"devDependencies": {
3635
"@babel/core": "^7.8.4",
3736
"@babel/plugin-proposal-class-properties": "^7.8.3",

0 commit comments

Comments
 (0)