Skip to content

Commit

Permalink
Adding ignore files to npm and modifying the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesprakash committed Feb 10, 2018
1 parent 8ba93f1 commit fbf21e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.vscode/
coverage/
lib/
test/
test/
.travis.yml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sql",
"version": "0.0.2",
"version": "0.0.3-alpha.0",
"description": "An SQL builder in Typescript. This project is heavily inspired by [XQL](/extjs/xql). A big shout out to @exjs and @kobalicek for this amazing project.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fbf21e6

Please sign in to comment.