awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

Please update node version in the package #104

Open vitamon opened 6 years ago

vitamon commented 6 years ago

Yarn complains: error backbone.modal@1.1.5: The engine "node" is incompatible with this module. Expected version "0.8.x".

E.g. I have version of node: '6.9.1'

linus-amg commented 6 years ago

hi @vitamon, this is long gone (https://github.com/awkward/backbone.modal/commit/f9349ab701e15327a9d7502c059e9916ad9588c0#diff-b9cfc7f2cdf78a7f4b91a753d10865a2) but maybe it never got released, you could probably use backbone.modal directly from git (maybe fork it and use the fork), you can do this by replacing the version number of backbone.modal in your projects package.json with the git url. npm i https://github.com/awkward/backbone.modal.git --save

vitamon commented 6 years ago

Will, do, thanks! But probably it is a good time to do the new release at last.