Repository: cordova-create Updated Branches: refs/heads/master a20336d97 -> 92aa8e796
Ignore spec/ when publishing to npm This closes #2 Project: http://git-wip-us.apache.org/repos/asf/cordova-create/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-create/commit/92aa8e79 Tree: http://git-wip-us.apache.org/repos/asf/cordova-create/tree/92aa8e79 Diff: http://git-wip-us.apache.org/repos/asf/cordova-create/diff/92aa8e79 Branch: refs/heads/master Commit: 92aa8e7965b23991a430b9753c1f01ea2953fa5c Parents: a20336d Author: Jesse MacFadyen <[email protected]> Authored: Mon Aug 29 16:54:42 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Apr 24 15:55:36 2017 -0700 ---------------------------------------------------------------------- .npmignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-create/blob/92aa8e79/.npmignore ---------------------------------------------------------------------- diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..c785c37 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +spec/ \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
