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 6a56111 commit d14435fCopy full SHA for d14435f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-aspnet-auth",
3
- "version": "1.2.0-development",
+ "version": "0.0.0-development",
4
"description": "Vue plugin for auth to OWIN MVC",
5
"repository": {
6
"type": "git",
@@ -68,6 +68,6 @@
68
"test:cover": "babel-node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
69
"travis-deploy-once": "travis-deploy-once",
70
"semantic-release": "semantic-release",
71
- "coveralls": "type /coverage/lcov.info | coveralls"
+ "coveralls": "cat ./coverage/lcov.info | coveralls"
72
}
73
0 commit comments