Add package-lock.json to gitignore for npm 5+

This commit is contained in:
Lukas Juhas 2017-06-06 12:30:36 +01:00
parent e439f3fb2d
commit 425a84141b
3 changed files with 6 additions and 3 deletions

4
.gitignore vendored
View File

@ -4,6 +4,6 @@ node_modules
bower_components bower_components
assets/sass/vendor assets/sass/vendor
tests tests
package-lock.json
*.map *.map
**/*.map **/*.map

View File

@ -1,4 +1,7 @@
# barebones changelog # barebones changelog
## 2.0.6
* Add package-lock.json to gitignore for npm 5+
## 2.0.5 ## 2.0.5
* Use filetime() for asset revisions as it's more compatible and easier to support. * Use filetime() for asset revisions as it's more compatible and easier to support.

View File

@ -1,6 +1,6 @@
{ {
"name": "barebones", "name": "barebones",
"version": "2.0.5", "version": "2.0.6",
"author": "Benchmark Studios", "author": "Benchmark Studios",
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond", "description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
"license": "MIT", "license": "MIT",