mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Port #20311 to v3
Rename shrinkwrap-related npm script (#20311) To avoid infinite recursion in newer npm versions, which added a lifecycle script for `npm shrinkwrap`. Refs https://github.com/npm/npm/issues/13253 Refs https://github.com/npm/npm/pull/12814 [ci skip]
This commit is contained in:
		
							parent
							
								
									fb75e8615a
								
							
						
					
					
						commit
						04036c349f
					
				| 
						 | 
					@ -15,7 +15,7 @@
 | 
				
			||||||
  "author": "Twitter, Inc.",
 | 
					  "author": "Twitter, Inc.",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "change-version": "node grunt/change-version.js",
 | 
					    "change-version": "node grunt/change-version.js",
 | 
				
			||||||
    "shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
 | 
					    "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
 | 
				
			||||||
    "test": "grunt test"
 | 
					    "test": "grunt test"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "style": "dist/css/bootstrap.css",
 | 
					  "style": "dist/css/bootstrap.css",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue