- Downloads
Merge remote-tracking branch 'tkoomzaask/extending-dependencies' into develop
Conflicts: README.md package.json
No related branches found
No related tags found
Showing
- .travis.yml 1 addition, 0 deletions.travis.yml
- lib/index.js 0 additions, 0 deletionslib/index.js
- lib/types/object.js 0 additions, 0 deletionslib/types/object.js
- lib/types/string.js 0 additions, 0 deletionslib/types/string.js
- lib/util/container.js 0 additions, 0 deletionslib/util/container.js
- lib/util/random.js 0 additions, 0 deletionslib/util/random.js
- package.json 6 additions, 1 deletionpackage.json
- spec/core/customize/faker-extend.js 20 additions, 0 deletionsspec/core/customize/faker-extend.js
- spec/core/customize/faker.json 18 additions, 0 deletionsspec/core/customize/faker.json
- spec/core/formats/semver.js 9 additions, 0 deletionsspec/core/formats/semver.js
- spec/core/issues/format.json 2 additions, 1 deletionspec/core/issues/format.json
- spec/helpers.coffee 1 addition, 1 deletionspec/helpers.coffee
- spec/main-spec.coffee 6 additions, 4 deletionsspec/main-spec.coffee
- spec/validator.coffee 0 additions, 5 deletionsspec/validator.coffee
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
lib/util/container.js
0 → 100644
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
| ... | ... | @@ -7,6 +7,11 @@ |
| "name": "Alvaro Cabrera", | ||
| "email": "pateketrueke@gmail.com" | ||
| }, | ||
| "contributors": [{ | ||
| "name": "Tomasz Ducin", | ||
| "email": "tomasz.ducin@gmail.com", | ||
| "url": "http://ducin.it" | ||
| }], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/pateketrueke/json-schema-faker" | ||
| ... | ... | @@ -23,7 +28,7 @@ |
| "z-schema": "^3.9.5" | ||
| }, | ||
| "dependencies": { | ||
| "chance": "^0.7.4", | ||
| "chance": "^0.7.5", | ||
| "deref": "^0.3.0", | ||
| "faker": "^2.1.2", | ||
| "randexp": "^0.4.0" | ||
| ... | ... | |
| ... | ... |
spec/core/customize/faker-extend.js
0 → 100644
spec/core/customize/faker.json
0 → 100644
spec/core/formats/semver.js
0 → 100644
Please sign in to comment