Skip to content

Commit

Permalink
Remove the bundled dist/ directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Oct 10, 2018
1 parent d69af14 commit 4395a0d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
17 changes: 0 additions & 17 deletions .gitattributes
@@ -1,18 +1 @@
dist/source-map.debug.js binary
dist/source-map.js binary
dist/source-map.min.js binary
dist/source-map.min.js.map binary

dist/test/test_api.js binary
dist/test/test_array_set.js binary
dist/test/test_base64.js binary
dist/test/test_base64_vlq.js binary
dist/test/test_binary_search.js binary
dist/test/test_dog_fooding.js binary
dist/test/test_quick_sort.js binary
dist/test/test_source_map_consumer.js binary
dist/test/test_source_map_generator.js binary
dist/test/test_source_node.js binary
dist/test/test_util.js binary

bench/scalajs-runtime-sourcemap.js binary
1 change: 0 additions & 1 deletion dist/source-map.js

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Expand Up @@ -51,8 +51,7 @@
"files": [
"source-map.js",
"source-map.d.ts",
"lib/",
"dist/source-map.js"
"lib/"
],
"engines": {
"node": ">= 8"
Expand All @@ -61,10 +60,7 @@
"scripts": {
"lint": "eslint *.js lib/ test/",
"prebuild": "npm run lint",
"build": "webpack --color",
"pretest": "npm run build",
"test": "node test/run-tests.js",
"precoverage": "npm run build",
"coverage": "nyc node test/run-tests.js",
"setup": "mkdir -p coverage && cp -n .waiting.html coverage/index.html || true",
"dev:live": "live-server --port=4103 --ignorePattern='(js|css|png)$' coverage",
Expand All @@ -80,9 +76,7 @@
"live-server": "^1.2.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.7.1",
"watch": "^1.0.2",
"webpack": "^4.9.1",
"webpack-cli": "^3.1"
"watch": "^1.0.2"
},
"nyc": {
"reporter": "html"
Expand Down
20 changes: 0 additions & 20 deletions webpack.config.js

This file was deleted.

0 comments on commit 4395a0d

Please sign in to comment.