Skip to content

Commit

Permalink
Chore: Remove dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
galelis authored and swederik committed Apr 4, 2018
1 parent bc8040a commit f85eb0c
Show file tree
Hide file tree
Showing 19 changed files with 8,991 additions and 16,616 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
node_modules
bower_components
## Directorties
node_modules/
coverage/
documentation/
dist/

## Files
npm-debug.log
.idea
build
.DS_Store
20 changes: 16 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
examples
meteor
test
testImages
## All Non-Dist Directories
config/
coverage/
documentation/
examples/
meteor/
src/
test/
testImages/

## Root Files
.babelrc
.eslintignore
.gitignore
.jsdocrc
.travis.yml
1 change: 0 additions & 1 deletion config/webpack/webpack-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
filename: '[name].js',
library: {
commonjs: "dicom-parser",
commonjs2: "dicom-parser",
amd: "dicom-parser",
root: 'dicomParser'
},
Expand Down
Loading

0 comments on commit f85eb0c

Please sign in to comment.