Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
feat: renames properties to enhancedProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
mdreizin committed Jun 15, 2016
1 parent 58af24d commit 935a097
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {
defaultsDeep,
cloneDeep,
merge
merge,
kebabCase
} from 'lodash';
import properties from 'properties';
import loaderUtils from 'loader-utils';
Expand All @@ -19,7 +20,7 @@ const DEFAULT_OPTIONS = {
* @private
* @type {String}
*/
const OPTIONS_PROPERTY = 'properties';
const OPTIONS_PROPERTY = kebabCase('enhanced-properties');

/**
* @param {*} content
Expand Down

0 comments on commit 935a097

Please sign in to comment.