Skip to content

Commit 914bb8a

Browse files
committed
add .github to .npmignore
1 parent 259f091 commit 914bb8a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
.editorconfig
1212
.travis.yml
1313
src/*
14-
!src/parser
14+
!src/parser
15+
.github

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracle-sql-parser",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "spec compliant parser for oracle sql",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)