Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.6 is not registered on bower #7

Closed
rm2kdev opened this issue Aug 19, 2015 · 5 comments
Closed

0.0.6 is not registered on bower #7

rm2kdev opened this issue Aug 19, 2015 · 5 comments

Comments

@rm2kdev
Copy link

rm2kdev commented Aug 19, 2015

I'm trying to instal this in a project using the version 0.0.6 as defined in your bower.json however it errors and suggest me to use 0.0.4 instead which doesnt contain the less and sass files

Just thought you should know about this 👍

@dbaq
Copy link
Owner

dbaq commented Aug 19, 2015

Thanks I'll look at it in a few hours.

@rm2kdev
Copy link
Author

rm2kdev commented Aug 19, 2015

👍 no problem. great filter btw nice and clean having some issues getting it to work in IE9 but i think its a problem with my grunt script compiling it strangely etc.

@rm2kdev rm2kdev closed this as completed Aug 19, 2015
@dbaq
Copy link
Owner

dbaq commented Aug 19, 2015

Hey @rm2kdev, did you figure this out?

@dbaq
Copy link
Owner

dbaq commented Aug 19, 2015

because on bower, the latest version is 0.0.4

bower info angular-emoji-filter-hd
bower angular-emoji-filter-hd#*       not-cached git://github.com/dbaq/angular-emoji-filter-hd.git#*
bower angular-emoji-filter-hd#*          resolve git://github.com/dbaq/angular-emoji-filter-hd.git#*
bower angular-emoji-filter-hd#*         download https://github.com/dbaq/angular-emoji-filter-hd/archive/v0.0.4.tar.gz
bower angular-emoji-filter-hd#*          extract archive.tar.gz
bower angular-emoji-filter-hd#*         resolved git://github.com/dbaq/angular-emoji-filter-hd.git#0.0.4

{
  name: 'angular-emoji-filter-hd',
  version: '0.0.4',
  homepage: 'https://github.com/dbaq/angular-emoji-filter-hd',
  authors: [
    'Didier BAQUIER <didier.baquier@gmail.com>'
  ],
  description: 'An AngularJS filter for replacing emoji codes with high-definition emoticons (Retina friendly).',
  main: [
    'dist/emoji.min.js',
    'dist/emoji.min.css'
  ],
  keywords: [
    'emoji',
    'angular.js'
  ],
  license: 'MIT',
  ignore: [
    '**/.*',
    'node_modules',
    'bower_components',
    'test',
    'dist/*.zip',
    'tests'
  ],
  devDependencies: {
    angular: '~1.x',
    'angular-mocks': '~1.x'
  }
}

Available versions:
  - 0.0.4

@dbaq
Copy link
Owner

dbaq commented Aug 19, 2015

it is good, 0.0.6 is on bower:

Available versions:
  - 0.0.6
  - 0.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants