normalize-deps

0.1.0 • Public • Published

normalize-deps

Stand alone deps format normalizer.

NOTE: This module is in work in progress state.

var normalizeDeps = require('normalize-deps');
console.log(normalizeDeps({ block : 'i-bem', elems : ['dom', 'html'] }));
[ { block: 'i-bem' },
  { block: 'i-bem', elem: 'dom' },
  { block: 'i-bem', elem: 'html' } ]

License

WTFPL

Readme

Keywords

none

Package Sidebar

Install

npm i normalize-deps

Weekly Downloads

0

Version

0.1.0

License

WTFPL

Last publish

Collaborators

  • varankinv