Skip to content

Commit

Permalink
updated ts to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed Nov 11, 2018
1 parent e5237f8 commit 226096f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ts-jest": "^23.0.1",
"tslint": "^4.5.1",
"typedoc": "^0.12.0",
"typescript": "^3.0.1",
"typescript": "^3.1.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sharedGruntConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
watch: {
dependencies: {
files: dependencies.map(d => `./node_modules/${d.toLowerCase()}/index.js`),
tasks: ['make']
tasks: ['makeShort']
},
gruntfile: {
files: ['Gruntfile.js', __dirname+'/sharedGruntConfig.js'],
Expand Down

0 comments on commit 226096f

Please sign in to comment.