Removes invalid string references causing project build error (#567)

This commit is contained in:
Waldek Mastykarz 2018-07-13 14:06:19 +02:00 committed by Vesa Juvonen
parent ea3b8efe1e
commit 648b2b7210
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@
"localizedResources": { "localizedResources": {
"HelloAngularWebPartStrings": "lib/webparts/helloAngular/loc/{locale}.js", "HelloAngularWebPartStrings": "lib/webparts/helloAngular/loc/{locale}.js",
"HelloSharePointWebPartStrings": "lib/webparts/helloSharePoint/loc/{locale}.js", "HelloSharePointWebPartStrings": "lib/webparts/helloSharePoint/loc/{locale}.js",
"GraphHelloWorldWebPartStrings": "lib/webparts/graphHelloWorld/loc/{locale}.js",
"PnPSharePointHelloWorldWebPartStrings": "lib/webparts/pnPSharePointHelloWorld/loc/{locale}.js",
"HelloGraphWebPartStrings": "lib/webparts/helloGraph/loc/{locale}.js", "HelloGraphWebPartStrings": "lib/webparts/helloGraph/loc/{locale}.js",
"HelloPnPjsSharePointWebPartStrings": "lib/webparts/helloPnPjsSharePoint/loc/{locale}.js", "HelloPnPjsSharePointWebPartStrings": "lib/webparts/helloPnPjsSharePoint/loc/{locale}.js",
"HelloPnPjsGraphWebPartStrings": "lib/webparts/helloPnPjsGraph/loc/{locale}.js" "HelloPnPjsGraphWebPartStrings": "lib/webparts/helloPnPjsGraph/loc/{locale}.js"