From 88054c3487850c3e334515d74ed3b944a056d8b5 Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Mon, 9 Apr 2018 14:35:34 -0700 Subject: [PATCH] Fixed package publishing. --- .npmignore | 36 ++++++++++++++++++++++++++++++++++++ LICENSE | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5aec032 --- /dev/null +++ b/.npmignore @@ -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 diff --git a/LICENSE b/LICENSE index 8b11877..a898980 100644 --- a/LICENSE +++ b/LICENSE @@ -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: