Skip to content

Commit

Permalink
npm package post close sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
tibotiber committed Feb 7, 2022
1 parent 74ccf9c commit e692ade
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "floorplan.js",
"version": "0.0.1",
"description": "Create and render floor plans in Javascript easily",
"main": "index.js",
"repository": "[email protected]:smplrspace/floorplan.js.git",
"author": "Thibaut Tiberghien <[email protected]>"
}

0 comments on commit e692ade

Please sign in to comment.