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

Commit

Permalink
More version fixes and a version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed Dec 5, 2015
1 parent c5d9e39 commit 0fe149c
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,7 +2,7 @@
Package.describe({
name: 'firrae:react-mediumeditor',
summary: 'MediumEditor wrapped up in a ReactJS component.',
version: '0.1.3',
version: '0.1.4',
git: 'https://github.com/firrae/react-mediumeditor',
documentation: 'README.md'
});
Expand All @@ -14,8 +14,8 @@ Package.onUse(function (api) {
"ecmascript",
"less",
"jquery",
"mediumeditor:mediumeditor",
"react"
"mediumeditor:mediumeditor@5.2.0",
"react@0.14.1"
], ['client','server']);

api.addFiles([
Expand Down

0 comments on commit 0fe149c

Please sign in to comment.