MCPcopy Create free account
hub / github.com/ember-cli/ember-try / writePackageJSONWithVersionCompatibility

Function writePackageJSONWithVersionCompatibility

test/utils/config-test.js:252–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250});
251
252function writePackageJSONWithVersionCompatibility() {
253 fixturePackage['ember-addon'] = { versionCompatibility: { ember: '=2.18.0' } };
254 writeJSONFile('package.json', fixturePackage);
255}

Callers 1

config-test.jsFile · 0.85

Calls 1

writeJSONFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…