Skip to content

Commit f55af87

Browse files
committed
Fix package.json
Signed-off-by: Matt Friedman <[email protected]>
1 parent e05ad32 commit f55af87

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"name": "phpbb-skeleton",
3-
"version": "1.1.8",
43
"author": "phpBB Limited",
54
"license": "GPL-2.0",
65
"scripts": {
7-
"build": "sass --load-path=node_modules --style=compressed styles/prosilver/theme/skeleton.scss styles/prosilver/theme/skeleton.css",
8-
"bump-major": "npm version major --git-tag-version=false",
9-
"bump-minor": "npm version minor --git-tag-version=false",
10-
"bump-patch": "npm version patch --git-tag-version=false"
6+
"build": "sass --load-path=node_modules --style=compressed styles/prosilver/theme/skeleton.scss styles/prosilver/theme/skeleton.css"
117
},
128
"dependencies": {
139
"primer-tooltips": "^2.0.0"

0 commit comments

Comments
 (0)