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

Commit

Permalink
These rules on specifying versions to release a package is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed Dec 5, 2015
1 parent 1f14758 commit c5d9e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
Package.describe({
name: 'firrae:react-mediumeditor',
summary: 'MediumEditor wrapped up in a ReactJS component.',
version: '0.1.0',
version: '0.1.3',
git: 'https://github.com/firrae/react-mediumeditor',
documentation: 'README.md'
});

Package.onUse(function (api) {
api.versionsFrom('METEOR@1.2.0');
api.versionsFrom('METEOR@1.2.1');

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

api.addFiles([
Expand Down

0 comments on commit c5d9e39

Please sign in to comment.