Skip to content

Commit

Permalink
Merge pull request #258 from sdirix/release
Browse files Browse the repository at this point in the history
NPM release scripts
  • Loading branch information
edgarmueller committed May 9, 2016
2 parents ea635f4 + 4dc73c8 commit 64eb0d6
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 441 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

54 changes: 54 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
.github
.travis.yml
CLA.md
CONTRIBUTING.md

# ignore dist except the build
dist/
dist/**/*.*
!dist/jsonforms.js

###########################################
# Copied from .gitgnore
###########################################

temp/
coverage/
reports/

# npm
node_modules/

# all js files in components
src/components/**/*.js

# all js files in tests except the configs
tests/**/*.js
/typings/browser.d.ts
/typings/main.d.ts
/typings/main
/typings/browser
!tests/e2e-tests/protractor.conf.js
!karma.conf.js

# typescript mappings
**/*.map

# typescript cache files
.tscache/

# logs
*.log

# examples
examples/bower_components/
examples/css/jsonforms.css
examples/js/jsonforms.js
examples/js/jsonforms.min.js
examples/fonts

# webstorm
.idea

# mac users
.DS_Store

0 comments on commit 64eb0d6

Please sign in to comment.