We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebf0a0 commit 5a78de3Copy full SHA for 5a78de3
2 files changed
README.md
@@ -337,6 +337,11 @@ description of them.
337
changes
338
================================================================================
339
340
+**1.0.2** - 2014/09/29
341
+
342
+- delete a lingering `npm-debug.log` left behind
343
+- add `npm-debug.log` to `.gitignore`
344
345
**1.0.1** - 2014/09/29
346
347
- remove node_modules from .cfignore - [issue #8](https://github.com/cloudfoundry-community/node-cfenv/issues/8)
package.json
@@ -2,7 +2,7 @@
2
"name": "cfenv",
3
"main": "./lib/cfenv",
4
"description": "easy access to your Cloud Foundry application environment",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"author": "pmuellr",
7
"license": "Apache-2.0",
8
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",
0 commit comments