aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template
new file mode 100644
index 00000000..dde7d496
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/package.json.template
@@ -0,0 +1,11 @@
+{
+ "name": "<%= dasherize(packageName) %>",
+ "version": "0.0.1",
+ "peerDependencies": {
+ "@angular/common": "^<%= angularLatestVersion %>",
+ "@angular/core": "^<%= angularLatestVersion %>"
+ },
+ "dependencies": {
+ "tslib": "^<%= tsLibLatestVersion %>"
+ }
+} \ No newline at end of file