diff --git a/.gitattributes b/.gitattributes index bf86fc7..e1a9a71 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ src/ export-ignore bower.json export-ignore eslint.json export-ignore Gruntfile.js export-ignore -package.json export-ignore \ No newline at end of file +package.json export-ignore +package-lock.json export-ignore \ No newline at end of file diff --git a/.npmignore b/.npmignore index d02081f..f20a35f 100644 --- a/.npmignore +++ b/.npmignore @@ -9,4 +9,5 @@ bower.json eslint.json Gruntfile.js package.json +package-lock.json todo.txt \ No newline at end of file diff --git a/bower.json b/bower.json index f5cb8e6..44dcc4e 100644 --- a/bower.json +++ b/bower.json @@ -28,6 +28,7 @@ "bower.json", "eslint.json", "Gruntfile.js", - "package.json" + "package.json", + "package-lock.json" ] }