Skip to content

Commit

Permalink
Fixed package publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnsonaz committed Apr 9, 2018
1 parent a314ebc commit 88054c3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Dependency directory
node_modules/

# Documentation directory
docs/

# Source directory
src/

# Build directory
dist/bundle/
dist/tests/
dist/mocha/

# Sourcemap, log, packed files
*.map
*.log
*.tgz

# Ignore files
.gitignore
.npmignore

# Build configuration files
tsconfig.json
webpack.config.js
webpack.dev.config.js
.travis.yml
nodemon.json

# Editor configuration files
.vscode/

# MkDocs files
mkdocs.yml
site
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Sean Johnson
Copyright (c) 2018 Sean Johnson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 88054c3

Please sign in to comment.