Skip to content

Commit

Permalink
fix(lint): rename dist files, so standard won't lint them
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 9, 2017
1 parent 8ae3901 commit 61b8025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"repository": "tunnckoCore/mich-parse-selector",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
"precommit.silent": true,
"browser": "dist/mich-parse-selector.umd.js",
"browser": "dist/mich-parse-selector.min.js",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -15,6 +15,6 @@ module.exports = {
zopfli({ options: { numiterations: 1000 } })
],
targets: [
{ dest: 'dist/mich-parse-selector.umd.js', format: 'umd' }
{ dest: 'dist/mich-parse-selector.min.js', format: 'umd' }
]
}

0 comments on commit 61b8025

Please sign in to comment.