We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d4476 commit a7e5462Copy full SHA for a7e5462
.travis.yml
@@ -21,6 +21,4 @@ install:
21
- npm install
22
23
script:
24
- # Use Chromium instead of Chrome.
25
- - export CHROME_BIN=chromium-browser
26
- - xvfb-run -a npm run test:lib -- --watch=false --no-progress --browsers=ChromeNoSandbox
+ - xvfb-run -a npm run test:lib -- --watch=false --no-progress
projects/angular-token/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-token",
3
- "version": "7.0.0-rc.0",
+ "version": "7.0.0",
4
"repository": "https://github.com/neroniaky/angular-token.git",
5
"author": {
6
"name": "Jan-Philipp Riethmacher",
0 commit comments