This repository was archived by the owner on Oct 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed
Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 22 "name" : " svg-inline-loader" ,
33 "version" : " 0.7.1" ,
44 "description" : " Cleans up and inlines your SVG files into Webpack module." ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " karma start"
8- },
95 "author" :
" Jaeho Lee <[email protected] >" ,
106 "license" : " MIT" ,
11- "repository" : {
12- "type" : " git" ,
13- "url" :
" [email protected] :sairion/svg-inline-loader.git" 14- },
15- "keywords" : [
16- " svg" ,
17- " webpack" ,
18- " react" ,
19- " loader"
20- ],
21- "bugs" : {
22- "url" : " https://github.com/sairion/svg-inline-loader/issues"
7+ "main" : " index.js" ,
8+ "scripts" : {
9+ "test" : " karma start" ,
10+ "release" : " standard-version"
2311 },
24- "homepage" : " https://github.com/sairion/svg-inline-loader" ,
2512 "dependencies" : {
2613 "loader-utils" : " ^0.2.11" ,
2714 "object-assign" : " ^4.0.1" ,
4027 "mocha" : " ^2.5.3" ,
4128 "node-libs-browser" : " ^1.0.0" ,
4229 "raw-loader" : " ^0.5.1" ,
30+ "standard-version" : " ^4.2.0" ,
4331 "webpack" : " ^1.13.1"
44- }
45- }
32+ },
33+ "repository" : {
34+ "type" : " git" ,
35+ "url" :
" [email protected] :sairion/svg-inline-loader.git" 36+ },
37+ "bugs" : {
38+ "url" : " https://github.com/sairion/svg-inline-loader/issues"
39+ },
40+ "homepage" : " https://github.com/sairion/svg-inline-loader" ,
41+ "keywords" : [
42+ " svg" ,
43+ " webpack" ,
44+ " react" ,
45+ " loader"
46+ ]
47+ }
You can’t perform that action at this time.
0 commit comments