Commit 5d91dac5 authored by Jun's avatar Jun

fix suffix error

parent e06122ae
......@@ -7,7 +7,7 @@ const upperCamelCase = require('uppercamelcase')
const processSvg = require('./processSvg')
const style = process.env.npm_package_config_style || 'stroke'
const { defaultAttrs, getElementCode } = require(`./template-${style}`)
const icons = require('../src/data.json.js')
const icons = require('../src/data.json')
const rootDir = path.join(__dirname, '..')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment