appscot / sails-orientdb

OrientDB adapter for Waterline / Sails.js ORM
MIT License
25 stars 23 forks source link

it still uses oriento instead of orientjs #144

Closed webmasterslava closed 8 years ago

webmasterslava commented 8 years ago
npm cache clean
npm install sails-orientdb

/node_modules/sails-orientdb/package.json

"version": "0.10.55",
"dependencies": {
  "oriento": "~1.1.0",
}

looks like this repo is not synced with npm registry, because this command npm install git://github.com/appscot/sails-orientdb.git installs the module with orientjs dependency.

kalenchikov commented 8 years ago

+1

andreipop-reea commented 8 years ago

+1

dmarcelino commented 8 years ago

Hi @webmasterslava, v0.10.60 has been released. Thanks