We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14435f commit bae6cb5Copy full SHA for bae6cb5
.travis.yml
@@ -9,8 +9,6 @@ notifications:
9
on_failure: change
10
node_js:
11
- '9'
12
-before_install:
13
- - npm i -g npm@^2.0.0
14
install:
15
- npm install
16
- npm install -g codecov
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-aspnet-auth",
3
- "version": "0.0.0-development",
+ "version": "0.0.0-beta",
4
"description": "Vue plugin for auth to OWIN MVC",
5
"repository": {
6
"type": "git",
0 commit comments