mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Fixing typo in merge request awards and updating packages
This commit is contained in:
parent
e1eb186645
commit
e0afc08828
2983
package-lock.json
generated
2983
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
@ -29,31 +29,34 @@
|
||||
"es5",
|
||||
"request"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/jdalrymple/node-gitlab/issues"
|
||||
},
|
||||
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0-beta.47",
|
||||
"@babel/core": "^7.0.0-beta.47",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.47",
|
||||
"@babel/plugin-transform-runtime": "^7.0.0-beta.47",
|
||||
"@babel/preset-env": "^7.0.0-beta.47",
|
||||
"@babel/cli": "^7.0.0-beta.49",
|
||||
"@babel/core": "^7.0.0-beta.49",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
|
||||
"@babel/plugin-transform-runtime": "^7.0.0-beta.49",
|
||||
"@babel/preset-env": "^7.0.0-beta.49",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-jest": "^23.0.0",
|
||||
"codecov": "^3.0.2",
|
||||
"eslint": "^5.0.0-alpha.3",
|
||||
"eslint": "^5.0.0-alpha.4",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jest": "^21.15.2",
|
||||
"eslint-plugin-jest": "^21.17.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"jest": "^22.4.4",
|
||||
"jest": "^23.1.0",
|
||||
"jest-tap-reporter": "^1.9.0",
|
||||
"regenerator-runtime": "^0.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0-beta.47",
|
||||
"@babel/runtime": "^7.0.0-beta.49",
|
||||
"humps": "^2.0.1",
|
||||
"lodash.pick": "^4.4.0",
|
||||
"parse-link-header": "^1.0.1",
|
||||
|
||||
@ -2,7 +2,7 @@ import { ResourceAwardEmojis } from '../templates';
|
||||
|
||||
class MergeRequestAwardEmojis extends ResourceAwardEmojis {
|
||||
constructor(options) {
|
||||
super('issues', options);
|
||||
super('merge_requests', options);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user