Derive 'base' package file list from pxt-common-packages (#770)
This commit is contained in:
		@@ -1,28 +1,3 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "base",
 | 
					    "additionalFilePath": "../../node_modules/pxt-common-packages/libs/base"
 | 
				
			||||||
    "description": "The base library",
 | 
					 | 
				
			||||||
    "files": [
 | 
					 | 
				
			||||||
        "README.md",
 | 
					 | 
				
			||||||
        "pxt-core.d.ts",
 | 
					 | 
				
			||||||
        "pxt.cpp",
 | 
					 | 
				
			||||||
        "pxtbase.h",
 | 
					 | 
				
			||||||
        "core.cpp",
 | 
					 | 
				
			||||||
        "pxt-helpers.ts",
 | 
					 | 
				
			||||||
        "buffer.cpp",
 | 
					 | 
				
			||||||
        "shims.d.ts",
 | 
					 | 
				
			||||||
        "enums.d.ts",
 | 
					 | 
				
			||||||
        "loops.cpp",
 | 
					 | 
				
			||||||
        "math.ts",
 | 
					 | 
				
			||||||
        "ns.ts",
 | 
					 | 
				
			||||||
        "control.cpp",
 | 
					 | 
				
			||||||
        "control.ts",
 | 
					 | 
				
			||||||
        "console.ts",
 | 
					 | 
				
			||||||
        "eventcontext.ts"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "testFiles": [
 | 
					 | 
				
			||||||
        "test.ts"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "additionalFilePath": "../../node_modules/pxt-common-packages/libs/base",
 | 
					 | 
				
			||||||
    "public": true,
 | 
					 | 
				
			||||||
    "dependencies": {}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user