This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
install bower package locally using NPM (aka Node Package Manager)
pull/702/head
rafsanulhasan
6 years ago
parent
b0949a5bf5
commit
fc05579bb3
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/Services/Identity/Identity.API/package.json
+ 8
- 0
src/Services/Identity/Identity.API/package.json
View File
@ -0,0 +1,8 @@
{
"version"
:
"1.0.0"
,
"name"
:
"asp.net"
,
"private"
:
true
,
"devDependencies"
:
{
"bower"
:
"^1.8.4"
}
}
Write
Preview
Loading…
Cancel
Save