Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "pconf", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "An thin module for making easy configurations.", | ||
@@ -5,0 +5,0 @@ "main": "pConf.js", |
@@ -12,3 +12,3 @@ #pConf | ||
This library will only work if you have access to your computers HOME directory, which in the most cases is where your user is located. To run a project with pconf, you need to have a package.json for your project, and start it with npm start. | ||
This library will only work if you have access to your computers HOME directory, which in the most cases is where your user is located. To run a project with pconf, you need to have a package.json for your project, and start it with ```npm start```. | ||
@@ -15,0 +15,0 @@ |
2524