Skip to content

Commit 8d007a6

Browse files
committed
examples dependencies
1 parent 558f38c commit 8d007a6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/columns/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/angular": "0.0.10",
12+
"@activewidgets/angular": "*",
13+
"@activewidgets/examples": "*",
1314
"@angular/core": "^8",
1415
"@angular/common": "^8",
1516
"@angular/compiler": "^8",

examples/demo/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/angular": "0.0.10",
12+
"@activewidgets/angular": "*",
13+
"@activewidgets/examples": "*",
14+
"@activewidgets/options": "*",
1315
"@angular/core": "^8",
1416
"@angular/common": "^8",
1517
"@angular/compiler": "^8",

examples/events/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/angular": "0.0.10",
12+
"@activewidgets/angular": "*",
13+
"@activewidgets/examples": "*",
1314
"@angular/core": "^8",
1415
"@angular/common": "^8",
1516
"@angular/compiler": "^8",

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/angular": "0.0.10",
12+
"@activewidgets/angular": "*",
1313
"@angular/core": "^8",
1414
"@angular/common": "^8",
1515
"@angular/compiler": "^8",

0 commit comments

Comments
 (0)