We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec802d5 commit 353f008Copy full SHA for 353f008
.gitignore
@@ -1,3 +1,3 @@
1
-node_modules
2
-lib
3
-TODO.txt
+/node_modules
+/lib
+/TODO.txt
.npmignore
@@ -1 +0,0 @@
-!lib/index.js
package.json
@@ -1,6 +1,6 @@
{
"name": "rapify",
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "Handles all boiler plate required to implement a REST API service",
5
"author": "Leonso Medina",
6
"url": "https://github.com/leonsomed/rapify/issues",
0 commit comments