Skip to content

Commit 7cb79ae

Browse files
committed
GPII-1318: Some fixes following review
1 parent 3e24c5d commit 7cb79ae

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
/node_modules/
2-
3-
/examples/gpii-oauth2-sample-client/node_modules/
4-
/examples/gpii-oauth2-sample-client-passport/node_modules/
5-
/examples/gpii-oauth2-single-process-auth-server/node_modules/
6-
7-
/gpii/node_modules/gpii-oauth2/gpii-oauth2-authz-server/node_modules/
8-
/gpii/node_modules/gpii-oauth2/gpii-oauth2-utilities/node_modules/
9-
10-
npm-debug.log
11-
*.bak

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To build the GPII for Windows using grunt, perform the following:
2323

2424
git clone https://github.com/GPII/windows.git
2525
cd windows
26-
npm install --ignore-scripts=true
26+
npm install
2727
grunt build
2828

2929
Note that whenever you run the `npm install` task for this project, you must use the option appearing above.

gpii/node_modules/registryResolver/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/test/testSpiSettingsHandler.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"grunt-shell": "0.6.4",
1717
"grunt-contrib-jshint": "~0.9.0",
1818
"grunt-jsonlint": "1.0.4",
19-
"node-jqunit": "1.1.0",
2019
"grunt-gpii": "git://github.com/GPII/grunt-gpii.git#ec8412064e107febb120f0b7437d403453b40d2d",
2120
"shelljs": "0.3.0"
2221
},

0 commit comments

Comments
 (0)