File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
example-integrations/drupal-lab/web/themes/bolt-starter Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bolt/bolt-starter" ,
3
- "description" : " Drupal 8 Starter Theme using the Bolt Design System" ,
4
- "version" : " 2.4.0" ,
3
+ "version" : " 2.13.0" ,
5
4
"private" : true ,
5
+ "description" : " Drupal 8 Starter Theme using the Bolt Design System" ,
6
6
"scripts" : {
7
7
"build" : " FORCE_COLOR=1 npx npm-run-all --serial build:*" ,
8
+ "postbuild" : " npm run test" ,
8
9
"build:en" : " bolt build --prod" ,
9
10
"build:ja" : " bolt build --prod --config-file .boltrc--ja.js" ,
10
11
"start" : " bolt start" ,
11
- "test" : " jest __tests__/index.js" ,
12
- "postbuild" : " npm run test"
12
+ "test" : " jest __tests__/index.js"
13
13
},
14
14
"dependencies" : {
15
15
"@bolt/build-tools" : " ^2.13.0" ,
21
21
"@bolt/components-link" : " ^2.13.0" ,
22
22
"@bolt/components-navbar" : " ^2.13.0" ,
23
23
"@bolt/components-sticky" : " ^2.13.0" ,
24
- "@bolt/core-v3.x" : " ^2.13.0" ,
25
24
"@bolt/global" : " ^2.13.0" ,
26
25
"jest" : " ^24.9.0" ,
27
26
"yargs" : " ^15.0.2"
You can’t perform that action at this time.
0 commit comments