diff --git a/.changeset/khaki-fans-build.md b/.changeset/khaki-fans-build.md new file mode 100644 index 0000000..e12cb12 --- /dev/null +++ b/.changeset/khaki-fans-build.md @@ -0,0 +1,5 @@ +--- +"@hobadams/nextjs-http-client": patch +--- + +updae npm rc diff --git a/.npmignore b/.npmignore index a4074b8..e1d8594 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,9 @@ -# Ignore everything -* - -# But not these files... -!dist/ \ No newline at end of file +babel.config.js +jest.config.js +tsconfig.json +.gitignore +.git +.github +test +src +node_modules