Skip to content

Commit

Permalink
refactor: get rid of lerna references
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Jan 18, 2019
1 parent a8030a2 commit a951c75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/utils/get-simple-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,8 @@ module.exports = function getSimpleManifest () {
return attributeDefinition
})

const lernaJson = jsonfile.readFileSync(
path.resolve(__dirname, './../../../../lerna.json')
)

return {
year: new Date().getFullYear(),
version: lernaJson.version,
actions: _.sortBy(actions, 'type'),
containers: _.sortBy(containers, 'type'),
elements: _.sortBy(elements, 'type'),
Expand Down

0 comments on commit a951c75

Please sign in to comment.