Skip to content

Commit d44341c

Browse files
committed
Include yarn.lock because packages don't know how to properly release.. FFS
1 parent e6fcd69 commit d44341c

File tree

3 files changed

+7363
-2
lines changed

3 files changed

+7363
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
/node_modules
44
.phpunit.result.cache
55
composer.lock
6-
yarn.lock
76
docs/.vuepress/.temp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"docs:deploy:linux": "yarn docs:build && cd docs/.vuepress/dist && git init && git add -A && git commit -m \"deploy\" && git push -f https://github.com/phpwintools/wmi-scripting.git master:gh-pages"
88
},
99
"devDependencies": {
10-
"vuepress": "1.0.3"
10+
"vuepress": "^1.0.3"
1111
},
1212
"resolutions": {
1313
"webpack-dev-middleware": "3.6.0"

0 commit comments

Comments
 (0)