Skip to content

Commit 425a841

Browse files
committed
Add package-lock.json to gitignore for npm 5+
1 parent e439f3f commit 425a841

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ node_modules
44
bower_components
55
assets/sass/vendor
66
tests
7-
7+
package-lock.json
88
*.map
9-
**/*.map
9+
**/*.map

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# barebones changelog
2+
## 2.0.6
3+
* Add package-lock.json to gitignore for npm 5+
4+
25
## 2.0.5
36
* Use filetime() for asset revisions as it's more compatible and easier to support.
47

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barebones",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"author": "Benchmark Studios",
55
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
66
"license": "MIT",

0 commit comments

Comments
 (0)