diff --git a/.gitignore b/.gitignore index d78d133..80e6644 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ Distribution Distribution/** -Source/*.js -Source/*.md -Source/*.txt +Source/**/*.js +Source/**/*.md +Source/**/*.txt node_modules/ npm-debug.log diff --git a/package.json b/package.json index 44b55ba..be453fd 100644 --- a/package.json +++ b/package.json @@ -15,18 +15,18 @@ }, "license": "MIT", "devDependencies": { - "chai": "~2.2.X", + "chai": "~2.X", "grunt": "~0.4.X", "grunt-cli": "~0.1.X", "grunt-contrib-clean": "~0.6.X", "grunt-contrib-copy": "~0.8.X", "grunt-contrib-uglify": "~0.8.X", - "grunt-mocha-phantomjs": "~0.7.X", - "grunt-tslint": "2.0.X", - "grunt-typescript": "0.6.X", + "grunt-mocha-phantomjs": "~2.X", + "grunt-tslint": "~2.4.X", + "grunt-typescript": "~0.7.X", "mocha": "~2.2.X", "grunt-preprocess": "~4.1.X", - "tslint": "~2.0.X", - "typescript": "~1.4.X" + "tslint": "~2.4.X", + "typescript": "~1.6.X" } } \ No newline at end of file