Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #813 from akre54/package-ranges
Browse files Browse the repository at this point in the history
update publish package ranges for underscore and backbone
  • Loading branch information
paulmillr committed Jun 21, 2014
2 parents 75930e8 + c48947b commit 22b4cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = (grunt) ->
version: pkg.version,
main: 'chaplin.js',
scripts: ['chaplin.js'],
dependencies: (obj = {}; obj["#{ componentsFolder }/backbone"] = '1.0.0'; obj)
dependencies: (obj = {}; obj["#{ componentsFolder }/backbone"] = '1.x'; obj)
}
},
{
Expand All @@ -139,7 +139,7 @@ module.exports = (grunt) ->
author: 'Chaplin team',
license: 'MIT',
bugs: { url: 'https://github.com/chaplinjs/downloads/issues' },
dependencies: { backbone: '~1.0.0', underscore: '~1.5.1' }
dependencies: { backbone: '1.x', underscore: '1.x' }
}
}
]
Expand Down

0 comments on commit 22b4cf0

Please sign in to comment.