Skip to content

Commit 8dcdb0e

Browse files
committed
Remove npm-shrinkwrap.json, as new versions of npm stopped referencing devDependencies in it
1 parent 9dbcb5e commit 8dcdb0e

File tree

3 files changed

+1
-6284
lines changed

3 files changed

+1
-6284
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@ updatedependencies:
22
@echo "How to add or remove npm dependencies:"
33
@echo "https://github.com/salesforce-ux/design-system-internal/wiki/How-to-install-or-remove-npm-dependencies"
44
npm cache clear
5-
rm -f npm-shrinkwrap.json
65
rm -Rf node_modules
76
# Remove this next line when this issue is fixed:
87
# https://github.com/dequelabs/axe-webdriverjs/issues/17
98
npm install axe-core@^2.0.7
109
npm install
11-
npm shrinkwrap
12-
clingwrap npmbegone
1310
npm run build
1411
npm test
15-
git add npm-shrinkwrap.json package.json
12+
git add package.json
1613
@echo "Dependency tree updated!"
1714
@echo "To commit, type: git commit -m 'Update dependencies'"
1815

0 commit comments

Comments
 (0)