Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
J
jsonschema-extra
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jaap Karan Singh
jsonschema-extra
Commits
900a3fec
Commit
900a3fec
authored
Sep 27, 2014
by
Jaap Karan Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated package.json
parent
96a3762a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
package.json
package.json
+9
-1
readme.md
readme.md
+4
-0
No files found.
package.json
View file @
900a3fec
{
"name"
:
"jsonschema-extra"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"description"
:
"Extends jsonschema with custom types and attributes"
,
"main"
:
"index.js"
,
"directories"
:
{
...
...
@@ -9,6 +9,14 @@
"scripts"
:
{
"test"
:
"./node_modules/.bin/mocha --bail --harmony --reporter spec"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://gitlab.com/jksdua/jsonschema-extra"
,
"bugs"
:
"https://gitlab.com/jksdua/jsonschema-extra/issues"
},
"keywords"
:
{
"jsonschema"
},
"author"
:
"Jaap Karan Singh <jksdua@gmail.com>"
,
"dependencies"
:
{
"lodash.isplainobject"
:
"^2.4.1"
...
...
readme.md
View file @
900a3fec
...
...
@@ -86,6 +86,10 @@ validator.validate({ a: 'a', b: 'b' }, { type: 'plainObject' });
Changelog
---------
### v1.0.1 (27 Sep 2014)
-
Updated docs
-
Updated package.json
### v1.0.0 (27 Sep 2014)
-
Changed public API - jsonschema is no longer a dependency. This lets jsonschema to be updated in userland without this module requiring an update.
-
Name of module changed to jsonschema-extra
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment