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
|
||||
assets/sass/vendor
|
||||
tests
|
||||
|
||||
package-lock.json
|
||||
*.map
|
||||
**/*.map
|
|
@ -1,4 +1,7 @@
|
|||
# barebones changelog
|
||||
## 2.0.6
|
||||
* Add package-lock.json to gitignore for npm 5+
|
||||
|
||||
## 2.0.5
|
||||
* Use filetime() for asset revisions as it's more compatible and easier to support.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "barebones",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"author": "Benchmark Studios",
|
||||
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue