Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48bca77

Browse filesBrowse files
rosieksSteveSandersonMS
authored andcommitted
Added "private": true to package.json
1 parent aadcfa1 commit 48bca77
Copy full SHA for 48bca77

File tree

Expand file treeCollapse file tree

6 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎templates/AngularSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/AngularSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"scripts": {
56
"test": "karma start ClientApp/test/karma.conf.js"
Collapse file

‎templates/AureliaSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/AureliaSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"dependencies": {
56
"aurelia-bootstrapper": "^2.0.1",
Collapse file

‎templates/KnockoutSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/KnockoutSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"devDependencies": {
56
"@types/core-js": "^0.9.34",
Collapse file

‎templates/ReactReduxSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/ReactReduxSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"dependencies": {
56
"@types/history": "4.5.1",
Collapse file

‎templates/ReactSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/ReactSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"devDependencies": {
56
"@types/history": "4.5.1",
Collapse file

‎templates/VueSpa/package.json‎

Copy file name to clipboardExpand all lines: templates/VueSpa/package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "WebApplicationBasic",
3+
"private": true,
34
"version": "0.0.0",
45
"devDependencies": {
56
"@types/requirejs": "^2.1.28",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.