feat: add a search site package

This commit is contained in:
2018-08-30 19:21:36 -07:00
parent b9e5762213
commit 37dcabde5e
6 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# search-site
strain search static website.
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
#### License
MIT © [w33ble](https://github.com/w33ble)

View File

@@ -0,0 +1,5 @@
/* eslint no-global-assign: 0 */
require = require('esm')(module);
const mod = require('./src/index.mjs').default;
module.exports = mod;

View File

@@ -0,0 +1,3 @@
import mod from './src/index.mjs';
export default mod;

View File

@@ -0,0 +1,20 @@
{
"name": "search-site",
"version": "0.0.0",
"private": true,
"main": "index",
"module": "index.mjs",
"description": "strain search static website",
"scripts": {
"start": "node .",
"build": "echo NO BUILD YET"
},
"author": "joe fleming (https://github.com/w33ble)",
"license": "MIT",
"esm": {
"cjs": true
},
"dependencies": {
"esm": "^3.0.81"
}
}

View File

@@ -0,0 +1 @@
// package code goes here

View File

@@ -824,7 +824,7 @@ eslint@^4.9.0:
table "4.0.2" table "4.0.2"
text-table "~0.2.0" text-table "~0.2.0"
esm@^3.0.17: esm@^3.0.17, esm@^3.0.81:
version "3.0.81" version "3.0.81"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.81.tgz#3d78df013960b6d30bb5a5adfafe5d9da654b9d2" resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.81.tgz#3d78df013960b6d30bb5a5adfafe5d9da654b9d2"