diff --git a/.gitignore b/.gitignore index 45d4acb40..39c330624 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ jspm_packages /css/ /fonts/ /img/ +_site/ diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..5a33ecbd4 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +6.10 diff --git a/package.json b/package.json index 9473be8ef..02d602ac5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "docgen": "./node_modules/.bin/jsdoc ./src/ -r -d ./dist/doc --readme README.md", "build": "./node_modules/.bin/gulp", "package": "./node_modules/.bin/gulp package", - "watch": "./node_modules/.bin/gulp watch" + "watch": "./node_modules/.bin/gulp watch", + "federalist": "npm run package && mv dist _site" }, "repository": { "type": "git", @@ -21,7 +22,7 @@ "url": "https://github.com/truetandem/fedramp-dashboard/issues" }, "homepage": "https://github.com/truetandem/fedramp-dashboard#readme", - "devDependencies": { + "dependencies": { "angular": "1.5.7", "angular-aria": "1.5.8", "angular-mocks": "1.5.8",