diff --git a/.gitignore b/.gitignore index 6a4cd57f..4cf91917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,6 @@ -resources/openpgpjs.pem build/ .DS_Store node_modules/ npm* test/lib/ -resources/keyring_nodebug.js -resources/openpgp_nodebug.js -resources/keyring.js -resources/keyring.min.js -resources/openpgp.js -resources/openpgp.min.js +dist/ diff --git a/README.md b/README.md index 28bb3e0c..eb7b1557 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can also build a current version yourself: npm install && grunt -Then take the resulting file from `resources/openpgp.min.js` to use in your project. +Then take `dist/openpgp.min.js` to use in your project. # I need some help ## Mailing List