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

Bower ? #15

Open
mistic100 opened this issue May 26, 2015 · 2 comments
Open

Bower ? #15

mistic100 opened this issue May 26, 2015 · 2 comments

Comments

@mistic100
Copy link
Contributor

would it be possible to push it on Bower ?

basic bower.json :

{
  "name": "sql-parser",
  "version": "0.5.0",
  "authors": [{
    "name": "Andy Kent",
    "email": "[email protected]"
  }],
  "description": "Lexer and Parser for SQL Syntax",
  "main": "browser/sql-parser.js",
  "keywords": [
    "sql",
    "lexer",
    "parser",
    "ast"
  ],
  "license": "MIT",
  "homepage": "https://github.com/forward/sql-parser",
  "repository": {
    "type": "git",
    "url": "git://github.com/forward/sql-parser.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "src",
    "test",
    "package.json",
    "Cakefile"
  ]
}

without forgetting to register it and create tags for next releases 😄

@garyee
Copy link

garyee commented Nov 12, 2015

+1 and composer if possible

@mistic100
Copy link
Contributor Author

For information, my fork is on Bower (needed it for jQuery-QueryBuilder)

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