Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Commit

Permalink
Bumped version and added some version constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed Dec 5, 2015
1 parent 6e60753 commit 1f14758
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
Package.describe({
name: 'firrae:react-mediumeditor',
summary: 'MediumEditor wrapped up in a ReactJS component.',
version: '0.1.1',
version: '0.1.0',
git: 'https://github.com/firrae/react-mediumeditor',
documentation: 'README.md'
});

Package.onUse(function (api) {
api.versionsFrom('[email protected]');

api.use([
"ecmascript",
"less",
"jquery",
"mediumeditor:mediumeditor",
"react"
"react@0.1.13'"
], ['client','server']);

api.addFiles([
Expand Down

0 comments on commit 1f14758

Please sign in to comment.