Skip to content

Commit

Permalink
Upgrade codewich NPM packagkes
Browse files Browse the repository at this point in the history
  • Loading branch information
calebegg committed Apr 20, 2017
1 parent 10afddf commit dfdbb80
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 214 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Create and share simple web demos. Prototype new ideas quickly.",
"license": "Apache-2.0",
"dependencies": {
"@types/google.analytics": "^0.0.31",
"@types/lodash": "^4.14.58",
"@types/google.analytics": "^0.0.33",
"@types/lodash": "^4.14.62",
"@types/pako": "^1.0.0",
"dialog-polyfill": "^0.4.7",
"lodash": "^4.17.4",
Expand All @@ -15,23 +15,23 @@
"requirejs": "^2.3.2"
},
"devDependencies": {
"@types/jasmine": "^2.5.43",
"@types/jasmine": "^2.5.47",
"concurrently": "^3.4.0",
"firebase-tools": "^3.5.0",
"firebase-tools": "^3.6.1",
"github": "^9.2.0",
"handlebars-cmd": "^0.1.4",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"live-server": "^1.2.0",
"semver": "^5.3.0",
"tslint": "^4.5.1",
"typescript": "next",
"tslint": "^5.1.0",
"typescript": "rc",
"uglify-js-harmony": "^2.7.5"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
true
],
"no-unused-expression": true,
"no-unused-new": true,
"file-header": [true, "[*] \\@license\n.* Copyright 20\\d\\d Google Inc\\.\n.*\n.* Licensed under the Apache License, Version 2\\.0 \\(the \"License\"\\);\n.* you may not use this file except in compliance with the License\\.\n.* You may obtain a copy of the License at\n.*\n.* http://www\\.apache\\.org/licenses/LICENSE-2\\.0\n.*\n.* Unless required by applicable law or agreed to in writing, software\n.* distributed under the License is distributed on an \"AS IS\" BASIS,\n.* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\\.\n.* See the License for the specific language governing permissions and\n.* limitations under the License\\."
]}
}
Loading

0 comments on commit dfdbb80

Please sign in to comment.