Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #48 from MO-Movia/feature/rename-package
Browse files Browse the repository at this point in the history
rename packge for npm publish
  • Loading branch information
mdgilger authored Jul 14, 2020
2 parents 4704e96 + 4fdf35b commit 83e5344
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "licit",
"name": "@modusoperandi/licit",
"version": "0.0.1",
"subversion": "1",
"description": "Rich text editor built with React and ProseMirror",
"main": "dist/index.js",
"style": "dist/styles.css",
"repository": {
"type": "git",
"url": "git+https://github.com/MO-Movia/licit.git"
},
"scripts": {
"build:clean": "rm -rf dist/ && rm -f licit-*.*.*.tgz",
"build:css": "cp src/ui/*.css dist/ui && cp src/ui/mathquill-editor/*.css dist/ui/mathquill-editor && cp src/client/*.css dist/client && cp src/*.css dist",
Expand Down

0 comments on commit 83e5344

Please sign in to comment.