build(aio): move attribute utils to helpers folder

This allows these utility functions to be reused across packages.
This commit is contained in:
Peter Bacon Darwin
2017-04-26 17:58:57 +01:00
committed by Matias Niemelä
parent c889fb1ef5
commit 6d9da73090
5 changed files with 8 additions and 5 deletions

View File

@ -4,7 +4,7 @@ const inlineC = require('./region-matchers/inline-c');
const inlineCOnly = require('./region-matchers/inline-c-only');
const inlineHash = require('./region-matchers/inline-hash');
const DEFAULT_PLASTER = '. . .';
const {mapObject} = require('../utils');
const {mapObject} = require('../../helpers/utils');
module.exports = function regionParser() {
return regionParserImpl;