Skip to content

Commit fd469ab

Browse files
Merge pull request #1194 from emberjs/nvp/make-test-packages-private
Make test packages private
2 parents fc12c6d + ca4ff7c commit fd469ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)