Skip to content

Commit f112b49

Browse files
committed
feat(transformer.json): add new transformers names
more transformers names added
1 parent a092ed4 commit f112b49

2 files changed

Lines changed: 46 additions & 19 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
1010
"start": "npm run test",
1111
"watch:test": "npm t -- -w",
12-
"test": "node_modules/mocha/bin/mocha src --compilers js:babel-register",
13-
"cover": "nyc npm t",
12+
"test": "mocha src/index.spec.js --compilers js:babel-register",
13+
"cover": "nyc --reporter=lcov npm t",
1414
"prebuild": "rimraf dist",
1515
"build": "npm-run-all --parallel build:*",
16-
"build:main": "./node_modules/.bin/babel --copy-files --out-dir dist --ignore *.spec.js src",
16+
"build:main": "babel --copy-files --out-dir dist --ignore *.spec.js src",
1717
"build:umd": "webpack --output-filename index.umd.js",
1818
"build:umd.min": "webpack --output-filename index.umd.min.js -p",
1919
"validate": "npm run cover && npm run check-coverage",
@@ -41,21 +41,21 @@
4141
"unique-random-array": "1.0.0"
4242
},
4343
"devDependencies": {
44-
"babel-cli": "^6.14.0",
45-
"babel-loader": "^6.2.5",
46-
"babel-preset-es2015": "^6.14.0",
47-
"babel-preset-stage-2": "^6.13.0",
48-
"babel-register": "^6.14.0",
44+
"babel-cli": "6.11.4",
45+
"babel-loader": "6.2.4",
46+
"babel-preset-es2015": "6.13.2",
47+
"babel-preset-stage-2": "6.13.0",
48+
"babel-register": "6.11.6",
4949
"chai": "3.5.0",
50-
"codecov.io": "^0.1.6",
51-
"commitizen": "2.8.6",
52-
"cz-conventional-changelog": "1.2.0",
53-
"ghooks": "^1.3.2",
54-
"json-loader": "^0.5.4",
55-
"mocha": "3.0.2",
56-
"npm-run-all": "^3.1.0",
57-
"nyc": "^8.3.0",
58-
"rimraf": "^2.5.4",
50+
"codecov": "1.0.1",
51+
"commitizen": "2.8.5",
52+
"cz-conventional-changelog": "1.1.6",
53+
"ghooks": "1.3.2",
54+
"json-loader": "0.5.4",
55+
"mocha": "3.0.1",
56+
"npm-run-all": "2.3.0",
57+
"nyc": "7.1.0",
58+
"rimraf": "2.5.4",
5959
"semantic-release": "^4.2.1",
6060
"webpack": "1.13.1"
6161
},
@@ -65,7 +65,7 @@
6565
},
6666
"config": {
6767
"commitizen": {
68-
"path": "cz-conventional-changelog"
68+
"path": "node_modules/cz-conventional-changelog"
6969
},
7070
"ghooks": {
7171
"pre-commit": "npm run validate"

src/transformers.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,5 +778,32 @@
778778
"Electro",
779779
"Volt",
780780
"Leadfoot",
781-
"Manta Ray"
781+
"Manta Ray",
782+
"Dreadwing",
783+
"Smokescreen",
784+
"Jolt",
785+
"Sizzle",
786+
"Powerdive",
787+
"Ransack",
788+
"Liege Maximo",
789+
"Mindse",
790+
"Blaze",
791+
"Road Rocket",
792+
"Sureshot",
793+
"Blowout",
794+
"Double Clutch",
795+
"Firecracker",
796+
"Gearhead",
797+
"High Beam",
798+
"Motormouth",
799+
"Meanstreak",
800+
"Archforce",
801+
"Road Pig",
802+
"Hooligan",
803+
"Skyjack",
804+
"Space Case",
805+
"Dirtbag",
806+
"Roadblock",
807+
"Bulletbike",
808+
"Staxx"
782809
]

0 commit comments

Comments
 (0)