Commit 4e2512e 1 parent 23bb0bc commit 4e2512e Copy full SHA for 4e2512e
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nautilus" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Just another block theme." ,
4
+ "description" : " A WordPress block theme." ,
5
5
"author" : " Nick Diego" ,
6
6
"license" : " GPL-2.0-or-later" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " git://github.com/ndiego/nautilus.git"
10
10
},
11
11
"scripts" : {
12
- "theme-zip" : " composer zip" ,
13
- "start-sass" : " sass --watch src/blocks:assets/blocks src/style.scss:style.css --no-source-map" ,
14
- "build-sass" : " sass src/blocks:assets/blocks --no-source-map --style=compressed"
12
+ "build:sass:blocks" : " sass src/blocks:assets/blocks --no-source-map --style=compressed" ,
13
+ "build:sass:style" : " sass src/style.scss:style.css --no-source-map" ,
14
+ "start:sass" : " sass --watch src/blocks:assets/blocks src/style.scss:style.css --no-source-map" ,
15
+ "theme-zip" : " composer zip"
15
16
},
16
17
"devDependencies" : {
17
18
"@wordpress/scripts" : " ^28.0.0"
You can’t perform that action at this time.
0 commit comments