Skip to content

Commit b95b2b9

Browse files
committed
chore: Don't run CI against lerna@next anymore.
1 parent bb6d23a commit b95b2b9

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
chrome: stable
1717

1818
before_install:
19-
- npm install -g lerna@next yarn
19+
- npm install -g lerna yarn
2020
- ./scripts/if-opticss-dev.sh ./scripts/checkout-opticss.sh ../opticss
2121
- ./scripts/if-opticss-dev.sh ./scripts/link-to-opticss.js --file ../opticss
2222

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Getting Started
1313
Install required global dependencies:
1414

1515
```
16-
$ npm install -g lerna@next yarn
16+
$ npm install -g lerna yarn
1717
```
1818

1919
Check out the code:

packages/@css-blocks/webpack/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"devDependencies": {
4545
"@css-blocks/code-style": "^0.18.0",
46-
"@css-blocks/core": "^0.17.0",
4746
"@types/convert-source-map": "^1.3.33",
4847
"@types/extract-text-webpack-plugin": "^2.1.0",
4948
"@types/glob": "^5.0.30",

0 commit comments

Comments
 (0)