Skip to content

Commit

Permalink
Moved the js files into a src directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjamin committed Jun 27, 2019
1 parent e48a3c0 commit f2e3546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"scripts": {
"clean": "rm -rf dist",
"lint": "eslint combobox-nav.js test/ && flow check",
"lint": "eslint src/ test/ && flow check",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"build-umd": "BABEL_ENV=umd babel combobox-nav.js -o dist/combobox-nav.umd.js && cp combobox-nav.js.flow dist/combobox-nav.umd.js.flow",
"build-esm": "BABEL_ENV=esm babel combobox-nav.js -o dist/combobox-nav.esm.js && cp combobox-nav.js.flow dist/combobox-nav.esm.js.flow",
"build-umd": "BABEL_ENV=umd babel src/combobox-nav.js -o dist/combobox-nav.umd.js && cp src/combobox-nav.js.flow dist/combobox-nav.umd.js.flow",
"build-esm": "BABEL_ENV=esm babel src/combobox-nav.js -o dist/combobox-nav.esm.js && cp src/combobox-nav.js.flow dist/combobox-nav.esm.js.flow",
"build": "npm run build-umd && npm run build-esm",
"test": "karma start test/karma.config.js",
"pretest": "npm run build",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f2e3546

Please sign in to comment.