From e692ade7f995154cf7f92ee6c6efb5734c8f69a4 Mon Sep 17 00:00:00 2001 From: Thibaut Tiberghien Date: Mon, 7 Feb 2022 13:19:16 +0800 Subject: [PATCH] npm package post close sourcing --- index.js | 8 ++++++++ package.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 index.js create mode 100644 package.json diff --git a/index.js b/index.js new file mode 100644 index 0000000..0d7dea8 --- /dev/null +++ b/index.js @@ -0,0 +1,8 @@ +const notice = ` + This repo was close sourced. + Visit https://www.smplrspace.com to learn more about + our commercial tooling for adding floor plans to your + app as well as our Javascript library. +` + +export default notice \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..742c7f4 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "floorplan.js", + "version": "0.0.1", + "description": "Create and render floor plans in Javascript easily", + "main": "index.js", + "repository": "git@github.com:smplrspace/floorplan.js.git", + "author": "Thibaut Tiberghien " +} \ No newline at end of file