diff --git a/.gitignore b/.gitignore index 1669ec1..d59245a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -.idea/ coverage/ -docs/ -ts/*.js -ts/*.js.map -ts/typings/ node_modules +pages/ +.nogit/ diff --git a/.npmignore b/.npmignore index 7ca86ba..169e1ad 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ -.idea/ docs/ coverage/ ts/ node_modules/ +pages/ diff --git a/package.json b/package.json index 6287806..ff1e2af 100644 --- a/package.json +++ b/package.json @@ -24,17 +24,17 @@ }, "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme", "dependencies": { - "@types/lodash": "0.x.x", + "@types/lodash": "4.x.x", "@types/q": "0.x.x", - "beautylog": "^5.0.20", - "lodash": "^4.14.1", + "beautylog": "^5.0.23", + "lodash": "^4.15.0", "q": "^1.4.1", - "rxjs": "^5.0.0-beta.10", - "typings-global": "^1.0.6" + "rxjs": "^5.0.0-beta.11", + "typings-global": "^1.0.14" }, "devDependencies": { "npmts-g": "^5.2.8", - "should": "^10.0.0", - "typings-test": "^1.0.1" + "should": "^11.1.0", + "typings-test": "^1.0.2" } }