Skip to content

Commit 126db86

Browse files
author
Alain Dumesny
committedMar 28, 2019
converted to yarn
which is SO much faster than npm * also updated to latest tools, which fixed build issues. Note: "grunt-sass": "2.1.0" IS REQUIRED as 3.0.0/3.0.1 gives errors I wasn't able to fix (see sourcey/spectacle#156)
1 parent 17fcce8 commit 126db86

File tree

4 files changed

+5436
-8368
lines changed

4 files changed

+5436
-8368
lines changed
 

‎.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ sudo: required
66
addons:
77
chrome: stable
88
#before_install:
9-
#- npm install -g protractor@3.3.0
9+
#- yarn global add protractor@3.3.0
1010
cache:
1111
directories:
1212
- node_modules
1313
install:
14-
#- npm install -g npm@6.0.1
15-
- npm install -g grunt-cli
16-
- npm install -g bower
17-
#- npm install selenium-webdriver
18-
- npm install
14+
#- yarn global add npm@6.0.1
15+
- yarn global add grunt-cli
16+
- yarn global add bower
17+
#- yarn add selenium-webdriver
18+
- yarn
1919
- bower install
2020
#- ./node_modules/protractor/bin/webdriver-manager update --standalone
2121
#before_script:
2222
#- export CHROME_BIN=chromium-browser
2323
#- export DISPLAY=:99.0
2424
#- sh -e /etc/init.d/xvfb start
2525
script:
26-
- npm run build
27-
- npm test
26+
- yarn build
27+
- yarn test
2828
# - grunt e2e-test
2929
notifications:
3030
slack:

‎package-lock.json

-8,345
This file was deleted.

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@
3737
"devDependencies": {
3838
"components-jqueryui": "1.12.1",
3939
"connect": "^3.6.6",
40-
"core-js": "^2.4.1",
41-
"coveralls": "^3.0.1",
42-
"doctoc": "^1.3.1",
43-
"grunt": "^1.0.2",
44-
"grunt-cli": "^1.2.0",
45-
"grunt-contrib-connect": "^1.0.2",
40+
"core-js": "^3.0.0",
41+
"coveralls": "^3.0.3",
42+
"doctoc": "^1.4.0",
43+
"grunt": "^1.0.4",
44+
"grunt-cli": "^1.3.2",
45+
"grunt-contrib-connect": "^2.0.0",
4646
"grunt-contrib-copy": "^1.0.0",
47-
"grunt-contrib-cssmin": "^2.2.1",
48-
"grunt-contrib-jshint": "^1.0.0",
49-
"grunt-contrib-uglify": "^3.3.0",
47+
"grunt-contrib-cssmin": "^3.0.0",
48+
"grunt-contrib-jshint": "^2.1.0",
49+
"grunt-contrib-uglify": "^4.0.1",
5050
"grunt-contrib-watch": "^1.1.0",
5151
"grunt-jscs": "^3.0.1",
5252
"grunt-protractor-runner": "^5.0.0",
5353
"grunt-protractor-webdriver": "^0.2.5",
54-
"grunt-sass": "^2.1.0",
55-
"jasmine-core": "^3.1.0",
56-
"karma": "^2.0.2",
54+
"grunt-sass": "2.1.0",
55+
"jasmine-core": "^3.3.0",
56+
"karma": "^4.0.1",
5757
"karma-chrome-launcher": "^2.2.0",
5858
"karma-coverage": "^1.1.2",
59-
"karma-coveralls": "^1.2.1",
60-
"karma-jasmine": "^1.1.2",
61-
"puppeteer": "^1.4.0",
59+
"karma-coveralls": "^2.1.0",
60+
"karma-jasmine": "^2.0.1",
61+
"puppeteer": "^1.13.0",
6262
"serve-static": "^1.13.2"
6363
}
6464
}

‎yarn.lock

+5,413
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.