Skip to content

Commit 75cd063

Browse files
committed
update package lock file, enforce npm include option
1 parent efc8906 commit 75cd063

File tree

2 files changed

+101
-42
lines changed

2 files changed

+101
-42
lines changed

docs/source/contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compiler:
2525
2626
git clone https://github.com/jrief/django-admin-sortable2.git
2727
cd django-admin-sortable2
28-
npm install --also=dev
28+
npm install
2929
npm run build
3030
3131
# and optionally for a minimized version
@@ -53,7 +53,7 @@ version of NodeJS.
5353
5454
git clone https://github.com/jrief/django-admin-sortable2.git
5555
cd django-admin-sortable2
56-
npm install --include=dev
56+
npm install
5757
npm run build
5858
npm run minify
5959
python -m pip install Django
@@ -104,7 +104,7 @@ Follow these steps to run all unit- and end-to-end tests.
104104
105105
git clone https://github.com/jrief/django-admin-sortable2.git
106106
cd django-admin-sortable2
107-
npm install --include=dev
107+
npm install
108108
npm run build
109109
python -m pip install Django
110110
python -m pip install -r testapp/requirements.txt

package-lock.json

+98-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)