Add package-lock.json to gitignore for npm 5+
This commit is contained in:
parent
e439f3fb2d
commit
425a84141b
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue