Skip to content

Commit ca11fc8

Browse files
authored
Merge pull request Sofie-Automation#1292 from bbc/upstream/remove-meteor-packages
fix: remove unused meteor ui packages
2 parents 132ebc0 + ed82e6b commit ca11fc8

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

meteor/.meteor/packages

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,14 @@
99
# but you can also edit it by hand.
1010

1111
[email protected] # Packages every Meteor app needs to have
12-
[email protected] # Packages for a great mobile UX
1312
[email protected] # The database Meteor supports right now
1413
[email protected] # Reactive variable for tracker
1514

16-
[email protected] # CSS minifier run for production mode
17-
[email protected] # JS minifier run for production mode
18-
[email protected] # ECMAScript 5 compatibility for older browsers
1915
[email protected] # Enable ECMAScript2015+ syntax in app code
2016
[email protected] # Enable TypeScript syntax in .ts and .tsx modules
2117
[email protected] # Server-side component of the `meteor shell` command
22-
[email protected] # Select when to allow use of the "modern" bundle
23-
24-
[email protected] # Define static page content in .html files
25-
react-meteor-data # React higher-order component for reactively tracking Meteor data
2618

2719
[email protected] # Meteor's client-side reactive programming library
28-
29-
fourseven:scss
3020

3121
3222
ostrio:meteor-root

meteor/.meteor/versions

Lines changed: 0 additions & 19 deletions

meteor/server/main.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,11 @@
33
*/
44

55
import { Meteor } from 'meteor/meteor'
6-
import { setMinimumBrowserVersions } from 'meteor/modern-browsers'
76

87
Meteor.startup(() => {
98
console.log('startup')
109
})
1110

12-
setMinimumBrowserVersions(
13-
{
14-
chrome: 80,
15-
firefox: 74,
16-
edge: 80,
17-
ie: Infinity,
18-
mobile_safari: [13, 4],
19-
opera: 67,
20-
safari: [13, 1],
21-
electron: 6,
22-
},
23-
'optional chaining'
24-
)
25-
2611
// Import all files that register Meteor methods:
2712
import './api/blueprints/api'
2813
import './api/blueprints/http'

0 commit comments

Comments
 (0)