mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-08 17:22:26 +03:00
refactor(*): convert to babel and generation to lib, es, dist folders (#2)
* refactor(*): convert to babel and generation to lib, es, dist * chore(*): remove generated files * fix(*): lint run command
This commit is contained in:
committed by
GitHub
parent
d22a2895a4
commit
32a7fb51da
@@ -1,5 +1,5 @@
|
||||
const render = require('posthtml-render');
|
||||
const parse = require('../lib');
|
||||
import {parse} from '../src'
|
||||
import render from 'posthtml-render'
|
||||
|
||||
describe('posthtml-render', () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user