Skip to content
Snippets Groups Projects
Commit efc41c2e authored by Tomasz Ducin's avatar Tomasz Ducin
Browse files

dependencies bump

parent 9a27547c
Branches
Tags
No related merge requests found
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.1.1", "browserify": "^13.1.1",
"clone": "^2.0.0", "clone": "^2.1.0",
"codecov": "^1.0.1", "codecov": "^1.0.1",
"eslint": "^3.9.1", "eslint": "^3.11.1",
"fs-extra": "^1.0.0", "fs-extra": "^1.0.0",
"glob": "^7.1.1", "glob": "^7.1.1",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
...@@ -53,12 +53,12 @@ ...@@ -53,12 +53,12 @@
"jayschema": "^0.3.1", "jayschema": "^0.3.1",
"lodash.template": "^4.4.0", "lodash.template": "^4.4.0",
"semver": "^5.3.0", "semver": "^5.3.0",
"tslint": "^3.15.1", "tslint": "^4.0.1",
"tv4": "^1.2.7", "tv4": "^1.2.7",
"typedoc": "^0.5.1", "typedoc": "^0.5.1",
"typescript": "^2.0.6", "typescript": "^2.1.1",
"uglify-js": "^2.7.4", "uglify-js": "^2.7.4",
"z-schema": "^3.18.0" "z-schema": "^3.18.1"
}, },
"keywords": [ "keywords": [
"json", "json",
......
...@@ -17,6 +17,6 @@ jsf.extend = function(name: string, cb: Function) { ...@@ -17,6 +17,6 @@ jsf.extend = function(name: string, cb: Function) {
return jsf; return jsf;
}; };
jsf.version = '0.3.6'; jsf.version = '0.4.0';
export = jsf; export = jsf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment