Differential / meteor-billing

Package for common billing functionality
http://github.differential.io/meteor-billing
MIT License
52 stars 9 forks source link

error: no such package: 'parsley.js' #6

Closed vqc closed 10 years ago

vqc commented 10 years ago

I get this error on startup:

=> Errors prevented startup:                                                                                                                                                                         

While building package `billing`:                                                                                                                                                                    
error: no such package: 'parsley.js'

my smart.json:

 {
   "packages": {
     "iron-router": {},
     "spin": {},
     "bootstrap-3": {},
     "accounts-entry": {},
     "parse-sdk": {},
     "jquery-validate": {},
     "billing": {
       "git": "https://github.com/Differential/meteor-billing.git"
     }
   }
 }

I don't get this error when I mrt add this package: https://atmospherejs.com/package/parsley.js. But obviously, I don't want to do that because the package already auto-includes this package: https://atmospherejs.com/package/parsleyjs

What am I doing wrong?

schnie commented 10 years ago

Sorry about that, switched from the parsley.js package to the parsleyjs package last night because atmosphere was struggling with the dot in the name. Just needed to update the package.js as well. Released v0.2.6 with the fix.

On Mon, May 12, 2014 at 2:41 AM, vqc notifications@github.com wrote:

I get this error on startup:

=> Errors prevented startup:

While building package billing: error: no such package: 'parsley.js'

my smart.json:

{ "packages": { "iron-router": {}, "spin": {}, "bootstrap-3": {}, "accounts-entry": {}, "parse-sdk": {}, "jquery-validate": {}, "billing": { "git": "https://github.com/Differential/meteor-billing.git" } } }

I don't get this error when I mrt add this package: https://atmospherejs.com/package/parsley.js. But obviously, I don't want to do that because the package already auto-includes this package: https://atmospherejs.com/package/parsleyjs

What am I doing wrong?

— Reply to this email directly or view it on GitHubhttps://github.com/Differential/meteor-billing/issues/6 .