Skip to content

Commit ca4ff7c

Browse files
committed
Make test packages private
1 parent fc12c6d commit ca4ff7c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/emberjs/ember-qunit.git"
88
},
99
"license": "MIT",
10+
"private": true,
1011
"scripts": {
1112
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
1213
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",

test-buildtime-options-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/emberjs/ember-qunit.git"
88
},
99
"license": "MIT",
10+
"private": true,
1011
"scripts": {
1112
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
1213
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",

0 commit comments

Comments
 (0)