gammait 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # GammaIT
2
+
3
+ An easier way to integrate [Gamma](https://auth.chalmers.it) ([source](https://github.com/cthit/Gamma)),
4
+ the account system for Chalmers' IT-section, into your websites and applications.
5
+
6
+ ## Demo
7
+
8
+ See how to authenticate using GammaIT in the [demo project](https://github.com/olillin/gamma-demo)
9
+ or live at <https://gamma.olillin.com>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gammait",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Interact with the IT-sections account system",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",