UNPKG

ember-m3

Version:

Alternative to @ember-data/model in which attributes and relationships are derived from API Payloads

11 lines (6 loc) 260 B
const fs = require('fs'); const path = require('path'); const packagePath = path.resolve(__dirname, '../package.json'); const package = require(packagePath); package.isCanary = false; fs.writeFileSync(packagePath, JSON.stringify(package, null, 2) + '\n');