We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e23f40 commit cb8f908Copy full SHA for cb8f908
2 files changed
lib/AdaptFrameworkModule.js
@@ -76,6 +76,8 @@ class AdaptFrameworkModule extends AbstractModule {
76
77
await this.installFramework()
78
79
+ process.env.BROWSERSLIST_IGNORE_OLD_DATA = '1'
80
+
81
if (this.app.args['update-framework'] === true) {
82
await this.updateFramework()
83
}
package.json
@@ -11,7 +11,6 @@
11
"test": "node --test --test-force-exit --experimental-test-module-mocks 'tests/**/*.spec.js'"
12
},
13
"dependencies": {
14
- "adapt-authoring-browserslist": "^1.3.4",
15
"adapt-authoring-content": "^2.0.0",
16
"adapt-authoring-contentplugin": "^1.0.3",
17
"adapt-authoring-core": "^2.0.0",
0 commit comments