Skip to content

Commit

Permalink
- Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 11, 2020
1 parent 0032b78 commit 43c5ac9
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 1,235 deletions.
2 changes: 2 additions & 0 deletions packages/next-sitemap/bin/next-sitemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../index')
2 changes: 1 addition & 1 deletion packages/next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-sitemap",
"version": "1.0.0",
"description": "Sitemap generator for next.js",
"main": "./index.js",
"main": "index.js",
"types": "@types/index.d.ts",
"repository": "https://github.com/iamvishnusankar/next-sitemap.git",
"author": "Vishnu Sankar (@iamvishnusankar)",
Expand Down

0 comments on commit 43c5ac9

Please sign in to comment.