diff --git a/LICENSE.txt b/LICENSE.txt index 651d0fb..d40a08d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2023 Individual contributors to dna-engine +Copyright (c) 2017-2024 Individual contributors to dna-engine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 0352ae7..8d92e6c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "license": "MIT", "type": "module", "module": "app.js", - "main": "app.js", "repository": { "type": "git", "url": "git+https://github.com/dna-engine/node-jsdom-jasmine-spec.git" @@ -35,14 +34,14 @@ "test": "jasmine --reporter=jasmine-ts-console-reporter" }, "dependencies": { - "dna-engine": "~3.0" + "dna-engine": "~3.1" }, "devDependencies": { "assert-deep-strict-equal": "~1.1", "canvas": "~2.11", "jasmine": "~5.1", "jasmine-ts-console-reporter": "~3.1", - "jsdom": "~22.1", + "jsdom": "~24.0", "jshint": "~2.13" } }