mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Merge pull request #1371 from Naktibalda/dont-use-bundledDependencies
Don't use bundledDependencies
This commit is contained in:
		
						commit
						ed608f897c
					
				|  | @ -25,9 +25,6 @@ | |||
|     "install": "node-pre-gyp install --fallback-to-build --library=static_library", | ||||
|     "prepack": "git submodule update --init --recursive && npm install" | ||||
|   }, | ||||
|   "bundledDependencies": [ | ||||
|     "node-pre-gyp" | ||||
|   ], | ||||
|   "dependencies": { | ||||
|     "@types/bytebuffer": "^5.0.40", | ||||
|     "lodash.camelcase": "^4.3.0", | ||||
|  |  | |||
|  | @ -23,7 +23,6 @@ | |||
|     "install": "node-pre-gyp install", | ||||
|     "prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js" | ||||
|   }, | ||||
|   "bundledDependencies": ["node-pre-gyp"], | ||||
|   "dependencies": { | ||||
|     "node-pre-gyp": "^0.12.0" | ||||
|   }, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue