Skip to content

Commit

Permalink
fix: remove package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Sep 22, 2022
1 parent ab4fad9 commit d736fd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion installer/modules/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const run = () => {
`${upstreamUrl}/LICENSE`,
`${upstreamUrl}/README.md`,
`${upstreamUrl}/installer/package.json`,
`${upstreamUrl}/installer/package-lock.json`,

`${upstreamUrl}/src/assets/css/style.css`,
`${upstreamUrl}/src/assets/css/wordpressify.css`,
Expand Down
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.4.0-8",
"version": "0.4.0-9",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.4.0-8",
"version": "0.4.0-9",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit d736fd0

Please sign in to comment.