You've already forked StringFilr
mirror of
https://github.com/FullScreenShenanigans/StringFilr.git
synced 2026-04-28 13:00:51 -07:00
Update package TypeScript to 1.6
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
Distribution
|
||||
Distribution/**
|
||||
Source/*.js
|
||||
Source/*.md
|
||||
Source/*.txt
|
||||
Source/**/*.js
|
||||
Source/**/*.md
|
||||
Source/**/*.txt
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
+6
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user