Thinkwise / cordova-plugin-websql

Cordova WebSQL plugin for Windows Phone
4 stars 9 forks source link

Publish the plugin to NPM #2

Closed JamesMessinger closed 9 years ago

JamesMessinger commented 9 years ago

Cordova plugins are moving to npm, so this plugin should be published to npm as cordova-plugin-websql-async. Once this is done, I can update the asynchronous IndexedDB plugin to point to the npm package.

DickvdBrink commented 9 years ago

Published :) Thanks for the package.json required for this! :) https://www.npmjs.com/package/cordova-plugin-websql-async

JamesMessinger commented 9 years ago

cool. I updated the IndexedDB plugin to point to your repo instead of my fork. I decided to point to your GIT URL rather than the npm package for now so it'll work with both Cordova CLI 4.0 and 5.0. I'll point to your npm package once Cordova 5.0 is more widespread.