diff options
author | XhmikosR <xhmikosr@gmail.com> | 2015-04-14 18:29:14 +0300 |
---|---|---|
committer | Richard van Velzen <rvanvelzen1@gmail.com> | 2015-04-14 20:17:03 +0200 |
commit | efea52a4f495ec921cb05d4ce09693520b657257 (patch) | |
tree | 10a916a728d74bd1e699faf7db8a54b27e88d6fc /.npmignore | |
parent | 763bd36b604c80ecbf7387bac97cb366e54aaa1f (diff) | |
download | tracifyjs-efea52a4f495ec921cb05d4ce09693520b657257.tar.gz tracifyjs-efea52a4f495ec921cb05d4ce09693520b657257.zip |
Normalize package.json.
* Specify the files to install in package.json
* Add missing properties
* Follow `npm init`'s scheme
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.npmignore b/.npmignore deleted file mode 100644 index efab07fb..00000000 --- a/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -test -.travis.yml |