-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1621 from brecke/update-npm
Update npm
- Loading branch information
Showing
644 changed files
with
13,956 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
/dump.rdb | ||
/target/ | ||
*.log | ||
doc_data.txt | ||
|
||
/node_modules/* | ||
!/node_modules/oae-* | ||
|
||
# This line is needed to work around a bug with Atom IDE TreeView | ||
# https://github.com/atom/tree-view/issues/196 | ||
!/node_modules/oae-*/ | ||
.DS_Store | ||
|
||
/node_modules/oae-release-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "node_modules/oae-rest"] | ||
path = node_modules/oae-rest | ||
url = https://github.com/oaeproject/oae-rest | ||
[submodule "3akai-ux"] | ||
path = 3akai-ux | ||
url = https://github.com/oaeproject/3akai-ux | ||
[submodule "node_modules/restjsdoc"] | ||
path = node_modules/restjsdoc | ||
url = https://github.com/oaeproject/restjsdoc.git | ||
[submodule "packages/oae-rest"] | ||
path = packages/oae-rest | ||
url = https://github.com/oaeproject/oae-rest | ||
[submodule "packages/restjsdoc"] | ||
path = packages/restjsdoc | ||
url = https://github.com/oaeproject/restjsdoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,11 @@ | |
# $ docker run -it --name=hilary --net=host oae-hilary:latest | ||
# | ||
|
||
FROM oaeproject/oae-hilary-deps-docker:v0.1 | ||
FROM oaeproject/oae-hilary-deps-docker:v0.2 | ||
LABEL Name=OAE-Hilary | ||
LABEL Author=ApereoFoundation | ||
LABEL [email protected] | ||
|
||
# Install global dependencies | ||
RUN npm install --silent --global [email protected] | ||
RUN npm install --silent --global nodemon bunyan grunt grunt-cli | ||
|
||
# Create the temp directory | ||
RUN mkdir -p /tmp/oae | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.