sdga-ui 1.0.4 → 1.0.5

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.
@@ -33,9 +33,7 @@
33
33
  "styles": [
34
34
  "src/styles.scss"
35
35
  ],
36
- "preserveSymlinks": true,
37
- "watch": true,
38
- "poll": 2000
36
+ "preserveSymlinks": true
39
37
  },
40
38
  "configurations": {
41
39
  "production": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdga-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "DGA UI - Government-Style Bootstrap Theme",
5
5
  "keywords": [
6
6
  "sdga",
@@ -14,7 +14,7 @@
14
14
  "design",
15
15
  "template"
16
16
  ],
17
- "homepage": "https://github.com/MahmoudAdel1996/dga-ui#readme",
17
+ "homepage": "https://mahmoudadel1996.github.io/dga-ui/",
18
18
  "bugs": {
19
19
  "url": "https://github.com/MahmoudAdel1996/dga-ui/issues"
20
20
  },