Skip to content

Commit

Permalink
Merge pull request #26 from Psychopoulet/develop
Browse files Browse the repository at this point in the history
doc correction
  • Loading branch information
Psychopoulet committed Apr 27, 2018
2 parents f8a9be5 + ffb259b commit 8c8db64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ npm install node-containerpattern
* ``` documentation() : JSON object ``` generate a documentation for all the stored data
* ``` get(key: string) : mixed ``` the value in association with this key (may be recursive)
* ``` has(key: string) : bool ``` check if a key is used (may be recursive)
* ``` limit(key: string, array limit) : this ``` associate a key with a limit
* ``` limit(key: string, limit: Array<string>) : this ``` associate a key with a limit
* ``` set(key: string, mixed value) : this ``` associate and remember a key with a value (may be recursive)
* ``` skeleton(key: string, skeleton: string) : this ``` skeleton must be "array", "boolean", "email", "float", "integer", "ipv4", "ipv6", "number", "object", "string"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-containerpattern",
"version": "0.5.3",
"version": "0.5.4",
"description": "A 'Container pattern' object for a clean global use of data.",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 8c8db64

Please sign in to comment.