Skip to content

Commit e7aaf79

Browse files
committed
fix: don't reference @bolt/core-3.x in Drupal Lab until after the transition package ships
1 parent 28d7bcb commit e7aaf79

File tree

1 file changed

+4
-5
lines changed
  • example-integrations/drupal-lab/web/themes/bolt-starter

1 file changed

+4
-5
lines changed

example-integrations/drupal-lab/web/themes/bolt-starter/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"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",
54
"private": true,
5+
"description": "Drupal 8 Starter Theme using the Bolt Design System",
66
"scripts": {
77
"build": "FORCE_COLOR=1 npx npm-run-all --serial build:*",
8+
"postbuild": "npm run test",
89
"build:en": "bolt build --prod",
910
"build:ja": "bolt build --prod --config-file .boltrc--ja.js",
1011
"start": "bolt start",
11-
"test": "jest __tests__/index.js",
12-
"postbuild": "npm run test"
12+
"test": "jest __tests__/index.js"
1313
},
1414
"dependencies": {
1515
"@bolt/build-tools": "^2.13.0",
@@ -21,7 +21,6 @@
2121
"@bolt/components-link": "^2.13.0",
2222
"@bolt/components-navbar": "^2.13.0",
2323
"@bolt/components-sticky": "^2.13.0",
24-
"@bolt/core-v3.x": "^2.13.0",
2524
"@bolt/global": "^2.13.0",
2625
"jest": "^24.9.0",
2726
"yargs": "^15.0.2"

0 commit comments

Comments
 (0)