Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4dcf63

Browse files
committed
chore: add license && add changelog.
1 parent a20dda6 commit a4dcf63

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.6 add MIT license.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ var sql = sqlParser.stringify(ast);
5656

5757
...
5858

59+
## LICENSE
60+
61+
MIT
62+
5963
[travis-image]: https://api.travis-ci.org/JavaScriptor/js-sql-parser.svg
6064
[travis-url]: https://travis-ci.org/JavaScriptor/js-sql-parser
6165
[npm-image]: https://img.shields.io/npm/v/js-sql-parser.svg
6266
[npm-url]: https://npmjs.org/package/js-sql-parser
6367
[downloads-image]: https://img.shields.io/npm/dm/js-sql-parser.svg
6468
[downloads-url]: https://npmjs.org/package/js-sql-parser
65-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-sql-parser",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "",
55
"main": "./dist/parser/sqlParser.js",
66
"scripts": {

0 commit comments

Comments
 (0)