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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ +/node_modules/ +/npm-debug.log tmp/ -node_modules/ |