Skip to content

Commit 8ebe15b

Browse files
committed
fix(package): added dist/ to repo
1 parent 06c9bee commit 8ebe15b

File tree

9 files changed

+130
-3
lines changed

9 files changed

+130
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# vscode
55
.vscode
66

7-
# app specific
8-
dist/
9-
107
# Logs
118
logs
129
*.log

dist/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Code HQ (Pty) Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

dist/package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "vue-aspnet-auth",
3+
"version": "1.2.0-development",
4+
"description": "Vue plugin for auth to OWIN MVC",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/Halceyon/vue-aspnet-auth.git"
8+
},
9+
"keywords": [
10+
"vue",
11+
"aspnet",
12+
"auth",
13+
"owin"
14+
],
15+
"author": "Craig Pretorius <craigp@codehq.co.za>",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/Halceyon/vue-aspnet-auth/issues"
19+
},
20+
"homepage": "https://github.com/Halceyon/vue-aspnet-auth#readme",
21+
"main": "vue-aspnet-auth.js",
22+
"jsnext:main": "vue-aspnet-auth.es.js",
23+
"dependencies": {
24+
"aspnet-auth": "^1.0.1",
25+
"babel-runtime": "^6.11.6"
26+
}
27+
}

dist/vue-aspnet-auth.es.js

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-aspnet-auth.es.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-aspnet-auth.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-aspnet-auth.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-aspnet-auth.umd.js

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-aspnet-auth.umd.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)