Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for prod #1385

Merged
merged 17 commits into from
Feb 20, 2019
Merged
Prev Previous commit
Next Next commit
add correct license and mark as private
  • Loading branch information
sebastianbenz committed Feb 18, 2019
commit 2dde28e9022f8407f9d3bd3240849b086200d5fb
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "amp-dev",
"version": "1.0.2",
"description": "The successor of the former ampproject.org: the all-new amp.dev",
"description": "The Amp project website.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "The Amp project website.",
"description": "The AMP Project website.",

"repository": "git@github.com:ampproject/docs.git",
"main": "serve.js",
"engines": {
"node": "10.x"
},
"private": true,
"scripts": {
"develop": "cd platform && node build.js",
"lint": "npm-run-all lint:* --aggregate-output --parallel",
Expand Down Expand Up @@ -35,7 +35,7 @@
"documentation"
],
"author": "The AMP HTML Authors",
"license": "ISC",
"license": "Apache-2.0",
"signale": {
"displayTimestamp": true
},
Expand Down