firebase-admin
Advanced tools
Comparing version 1.0.1 to 1.0.4
{ | ||
"name": "firebase-admin", | ||
"version": "1.0.1", | ||
"version": "1.0.4", | ||
"description": "Programmatically instantiate and modify Firebase instances.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"test": "source ./test/prep.bash && ./node_modules/mocha/bin/mocha --recursive -u bdd -t 10000 -s 1000 -r ./test/setup test/spec", | ||
"postpublish": "git checkout gh-pages && ./node_modules/.bin/jsdoc -t ./node_modules/ink-docstrap/template -d . -c .jsdocrc *.js README.md && git commit -am 'Update docs' && git push hub && git checkout master" | ||
"postpublish": "git checkout gh-pages && git merge master && ./node_modules/.bin/jsdoc -t ./node_modules/ink-docstrap/template -d . -c .jsdocrc *.js README.md && git add *.html styles scripts img && git commit -am 'Update docs' && git push hub gh-pages && git checkout @{-1}" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -40,2 +40,3 @@ firebase-admin | ||
cd firebase-admin | ||
npm install | ||
npm test | ||
@@ -42,0 +43,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23665
13
56