Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dependency updates in preparation for adding typescript #206

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ npm-debug.log

_SpecRunner.html
.grunt

dist/
*.code-workspace
package-lock.json
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@ module.exports = function (grunt) {
// in `grunt-contrib-jasmine`. If that package is updated, this should also
// be updated to match.
grunt.registerTask('jasmine_node', 'Run Jasmine in Node.js', function() {
var done = this.async();

var jasmine = new Jasmine({ projectBaseDir: __dirname });
jasmine.onComplete(function(success) {
done(success);
});

jasmine.execute(this.options().specs);
});
Expand Down
293 changes: 0 additions & 293 deletions dist/loglevel.js

This file was deleted.

3 changes: 0 additions & 3 deletions dist/loglevel.min.js

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,23 @@
"dist-build": "grunt dist-build",
"watch": "grunt watch"
},
"dependencies": {},
"devDependencies": {
"@types/core-js": "2.5.0",
"@types/node": "^12.0.4",
"grunt": "~1.5.3",
"grunt-cli": "^1.4.3",
"grunt": "~1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jasmine": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-open": "~0.2.3",
"grunt-preprocess": "^5.1.0",
"jasmine": "^2.4.1",
"jasmine": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "^3.5.1"
"typescript": "^5.8.2"
},
"keywords": [
"log",
Expand Down