Skip to content

Commit

Permalink
As discussed in #14 improving the kata name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfram Kriesing committed Jul 28, 2015
1 parent 05aadaf commit aebb1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions katas/es6/language/__raw-metadata__.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DESTRUCTURING_STRING = 11;
const DESTRUCTURING_OBJECT = 12;
const DESTRUCTURING_DEFAULTS = 13;
const DESTRUCTURING_PARAMETERS = 14;
const DESTRUCTURING_RENAME = 15;
const DESTRUCTURING_ASSIGN = 15;
const OBJECT_LITERAL_COMPUTED_PROPERTIES = 16;
const UNICODE_IN_STRINGS = 17;
const REST_OPERATOR_AS_PARAMETER = 18;
Expand Down Expand Up @@ -332,9 +332,9 @@ export const all = {
],
publishDateUTC: new Date(Date.UTC(2015, APRIL, 1, 7, 55))
},
[DESTRUCTURING_RENAME]: {
name: 'rename',
description: 'Rename variables while destructuring.',
[DESTRUCTURING_ASSIGN]: {
name: 'assign',
description: 'Assign variables while destructuring.',
path: 'destructuring/rename',
level: SKILL_LEVEL.INTERMEDIATE,
requiresKnowledgeFrom: [
Expand Down

0 comments on commit aebb1b2

Please sign in to comment.