Skip to content

Commit 353f008

Browse files
committed
fix gitignore and npmignore
1 parent ec802d5 commit 353f008

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
node_modules
2-
lib
3-
TODO.txt
1+
/node_modules
2+
/lib
3+
/TODO.txt

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
!lib/index.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapify",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Handles all boiler plate required to implement a REST API service",
55
"author": "Leonso Medina",
66
"url": "https://github.com/leonsomed/rapify/issues",

0 commit comments

Comments
 (0)