-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Directly builds on top of work that will need to be first completed per #40 first
- babelify, browserify, caniuse-lite, eslint-plugin-compat, and tinyify need added with "latest" versions in devDependencies (if and only if this option was true)
- add unpkg and jsdelivr to package.json similar to https://github.com/niftylettuce/parse-err/blob/master/package.json#L84-L85 but use the package name instead of
parse-err(if and only if this option was true) - envs need set in package.json, see https://github.com/niftylettuce/parse-err/blob/master/package.json#L107-L110 (if and only if this option was true)
- modify lint command to
eslint distas well https://github.com/niftylettuce/parse-err/blob/master/package.json#L135 (if and only if this option was true) - ensure scripts block looks like this https://github.com/niftylettuce/parse-err/blob/master/package.json#L141-L146 (except instead of
parse-errit would have the package name - if and only if this option was true). forparseRequestcamelcased you can use https://github.com/sindresorhus/camelcase - add
.browserlistrcfile (using filters to selectively filter this if and only if this option was true) https://github.com/niftylettuce/parse-err/blob/master/.browserslistrc - add
.babelrctarget for browsers as well (see https://github.com/niftylettuce/parse-err/blob/master/.babelrc#L6) - add
.eslintrcfile https://github.com/niftylettuce/parse-err/blob/master/.eslintrc
Metadata
Metadata
Assignees
Labels
No labels