A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Hopding/fontkit/commit/8d5b29bd00b752a6ab9348e6be1997e201055d31 below:

Finish upgrading to babel 7 · Hopding/fontkit@8d5b29b · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+230

-606

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+230

-606

lines changed Original file line number Diff line number Diff line change

@@ -1,6 +1,9 @@

1 1

{

2 -

"presets": ["env"],

3 -

"plugins": ["transform-decorators-legacy", "transform-class-properties", "transform-runtime"],

2 +

"presets": ["@babel/preset-env"],

3 +

"plugins": [

4 +

["@babel/plugin-proposal-decorators", { "legacy": true }],

5 +

["@babel/plugin-proposal-class-properties"]

6 +

],

4 7

"env": {

5 8

"cover": {

6 9

"plugins": ["istanbul"]

Original file line number Diff line number Diff line change

@@ -7,9 +7,9 @@ config.fatal = true;

7 7

config.verbose = true;

8 8 9 9

target.all = () => {

10 -

// target.clean();

11 -

// target.generateTrieJson();

12 -

// target.moveTrieJsonToRoot();

10 +

target.clean();

11 +

target.generateTrieJson();

12 +

target.moveTrieJsonToRoot();

13 13

target.rollupCjs();

14 14

};

15 15

@@ -27,7 +27,7 @@ target.moveTrieJsonToRoot = () => {

27 27

};

28 28 29 29

target.rollupCjs = () => {

30 -

// target.moveTrieJsonToRoot();

30 +

target.moveTrieJsonToRoot();

31 31

exec('rollup -c rollup.config.js -o index.js');

32 32

};

33 33 Original file line number Diff line number Diff line change

@@ -31,13 +31,6 @@

31 31

"author": "Devon Govett <devongovett@gmail.com>",

32 32

"license": "MIT",

33 33

"dependencies": {

34 -

"babel-plugin-istanbul": "^4.1.3",

35 -

"babel-plugin-transform-class-properties": "^6.16.0",

36 -

"babel-plugin-transform-decorators-legacy": "^1.3.4",

37 -

"babel-plugin-transform-runtime": "^6.12.0",

38 -

"babel-preset-es2015": "^6.14.0",

39 -

"babel-register": "^6.14.0",

40 -

"babel-runtime": "^6.11.6",

41 34

"brfs": "^1.4.0",

42 35

"brotli": "^1.2.0",

43 36

"browserify-optional": "^1.0.0",

@@ -51,12 +44,13 @@

51 44

"unicode-trie": "^0.3.0"

52 45

},

53 46

"devDependencies": {

47 +

"@babel/cli": "^7.2.0",

54 48

"@babel/core": "^7.2.2",

49 +

"@babel/node": "^7.2.2",

55 50

"@babel/plugin-proposal-class-properties": "^7.2.1",

56 51

"@babel/plugin-proposal-decorators": "^7.2.2",

57 52

"@babel/preset-env": "^7.2.0",

58 -

"babel-cli": "^6.14.0",

59 -

"babel-preset-env": "^1.7.0",

53 +

"babel-plugin-istanbul": "^4.1.3",

60 54

"codepoints": "^1.2.0",

61 55

"concat-stream": "^1.4.6",

62 56

"cross-env": "^5.0.1",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4