react-build-sitemap
Advanced tools
Comparing version 0.1.9 to 0.1.10
13
index.js
@@ -1,6 +0,11 @@ | ||
import babelParser from "@babel/parser"; | ||
import fs from "fs"; | ||
import PropTypes from "prop-types"; | ||
import { warn } from "console"; | ||
//import babelParser from "@babel/parser"; | ||
//import fs from "fs"; | ||
//import PropTypes from "prop-types"; | ||
//import { warn } from "console"; | ||
const babelParser = require("@babel/parser"); | ||
const fs = require("fs"); | ||
const PropTypes = require("prop-types"); | ||
const { warn } = require("console"); | ||
const buildSitemap = (fileName, buildPath, url) => { | ||
@@ -7,0 +12,0 @@ // check for file type (typescript/javascript) |
{ | ||
"name": "react-build-sitemap", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "simple library that generates a sitemap from your react router", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44324
201