Skip to content

Commit 0933b80

Browse files
committed
Update for Angular 13
1 parent 34ea2d6 commit 0933b80

File tree

5 files changed

+25
-14
lines changed

5 files changed

+25
-14
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
1111
<body>
1212
<app-root></app-root>
13-
<script src="runtime.9b7132c4ddbe062a.js" type="module"></script><script src="polyfills.fc10a455ba59965e.js" type="module"></script><script src="main.5408d96cdda34f93.js" type="module"></script>
13+
<script src="runtime.9b7132c4ddbe062a.js" type="module"></script><script src="polyfills.fc10a455ba59965e.js" type="module"></script><script src="main.014d0af52f561dba.js" type="module"></script>
1414

1515
</body></html>

docs/main.5408d96cdda34f93.js renamed to docs/main.014d0af52f561dba.js

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

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "file-input",
33
"version": "0.0.0",
44
"scripts": {
5-
"build:docs": "ng build file-input --prod --base-href /file-input-accessor/",
6-
"build:lib": "ng build file-input-accessor --prod",
5+
"build:docs": "ng build file-input --configuration production --base-href /file-input-accessor/",
6+
"build:lib": "ng build file-input-accessor --configuration production",
77
"ng": "ng",
88
"start": "ng serve",
99
"build": "ng build",

projects/file-input-accessor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "file-input-accessor",
33
"version": "13.0.0",
4+
"type": "module",
45
"description": "Angular directive that provides file input functionality in reactive & template driven Angular forms.",
56
"keywords": [
67
"angular",

0 commit comments

Comments
 (0)