Skip to content

Commit

Permalink
Use default yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Acesmndr committed Sep 30, 2019
1 parent 0b851bb commit 1ea7f84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ env:
language: node_js
node_js:
- 10.16.3
before_install:
- npm install -g yarn
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
registrations: [{
type: 'css',
name: 'scss',
preprocessorModulePath: "./riot-scss-preprocessor"
preprocessorModulePath: "./riot-scss-preprocessor.config"
}]
}],
"^.+\\.jsx?$": "babel-jest",
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6798,10 +6798,10 @@ rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
dependencies:
glob "^7.1.3"

riot-jest-transformer@^4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/riot-jest-transformer/-/riot-jest-transformer-4.1.0.tgz#0ae74cad6b9c9a8b4cc94d106c53fa9db55cf829"
integrity sha512-c0M8yR1hBaFASsonuIjLc7Uln1hHtSh+Gm6qvZu3ChnRTG20Wqyz0U58rJdA6jiBN9l0SkSqxxwt64q0mYgrVQ==
riot-jest-transformer@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/riot-jest-transformer/-/riot-jest-transformer-5.0.0.tgz#c21867fe164fd02174217981ffc99afc20cfc4d7"
integrity sha512-IIkhl5FRS6PL0O93OhbQCkUuMJKQC7RFB2oPzN9JFM6u62vz4sY/tqA8uNhQNt1NG4vckTU9dtSZyMFp+Dmbcw==
dependencies:
"@babel/core" "^7.2.2"
lodash "^4.17.15"
Expand Down

0 comments on commit 1ea7f84

Please sign in to comment.