Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Feb 7, 2015
1 parent f77c250 commit 4177982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "xsd2json",
"version": "1.2.0",
"version": "1.2.1",
"description": "Translate an XML Schema into equivalent JSON Schema",
"main": "index.js",
"bin": "./bin/xsd2json",
"scripts": {
"test-json-schemas": "node test/json-schemas.js",
"test": "npm run-script test-converter",
"test-converter": "node test/index.js interpreted",
"test-examples": "node test/index.js validate-json"
Expand Down

0 comments on commit 4177982

Please sign in to comment.