mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Address PR feedback
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,29 +1,14 @@
|
|||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
TestResults/
|
|
||||||
.nuget/
|
.nuget/
|
||||||
_ReSharper.*/
|
|
||||||
packages/
|
packages/
|
||||||
artifacts/
|
artifacts/
|
||||||
PublishProfiles/
|
PublishProfiles/
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
*.cache
|
|
||||||
*.docstates
|
|
||||||
_ReSharper.*
|
|
||||||
nuget.exe
|
nuget.exe
|
||||||
*net45.csproj
|
|
||||||
*net451.csproj
|
|
||||||
*k10.csproj
|
|
||||||
*.psess
|
|
||||||
*.vsp
|
|
||||||
*.pidb
|
|
||||||
*.userprefs
|
*.userprefs
|
||||||
*DS_Store
|
*DS_Store
|
||||||
*.ncrunchsolution
|
|
||||||
*.*sdf
|
|
||||||
*.ipch
|
|
||||||
*.sln.ide
|
|
||||||
node_modules
|
node_modules
|
||||||
*.sln.ide
|
*.sln.ide
|
||||||
project.lock.json
|
project.lock.json
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha7",
|
"version": "1.0.0-alpha7",
|
||||||
"description": "ASP.NET 5 server-side Angular services.",
|
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
|
||||||
|
"authors": [ "Microsoft" ],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/nodeservices"
|
"url": "git://github.com/aspnet/nodeservices"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha7",
|
"version": "1.0.0-alpha7",
|
||||||
"description": "ASP.NET 5 Node.js services.",
|
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
|
||||||
|
"authors": [ "Microsoft" ],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/nodeservices"
|
"url": "git://github.com/aspnet/nodeservices"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha7",
|
"version": "1.0.0-alpha7",
|
||||||
"description": "ASP.NET 5 server-side React services,",
|
"description": "Helpers for building React applications on ASP.NET 5.",
|
||||||
|
"authors": [ "Microsoft" ],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/nodeservices"
|
"url": "git://github.com/aspnet/nodeservices"
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<clear />
|
|
||||||
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
Reference in New Issue
Block a user