mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-13 20:37:52 +00:00
Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.*
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "aspnet-prerendering",
|
||||
"version": "1.0.1",
|
||||
"description": "Helpers for server-side rendering of JavaScript applications in ASP.NET projects. Works in conjunction with the Microsoft.AspNet.SpaServices NuGet package.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepublish": "tsd update && tsc && echo 'Finished building NPM package \"aspnet-prerendering\"'",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"domain-task": "^1.0.1",
|
||||
"es6-promise": "^3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^1.8.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user