Skip to content

Commit

Permalink
Use custom package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonsilva committed Feb 21, 2020
1 parent 8ff5b87 commit 56f4bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "quill",
"name": "@nuxeo/quill",
"version": "2.0.0-dev.3",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <jhchen7@gmail.com>",
Expand Down Expand Up @@ -145,7 +145,7 @@
"trailingComma": "all"
},
"scripts": {
"build": "npm run lint && npm run build:webpack",
"build": "npm run build:webpack",
"build:webpack": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow",
"build:release": "./_develop/scripts/release.sh",
"lint": "eslint blots core formats modules themes ui test",
Expand Down

0 comments on commit 56f4bfe

Please sign in to comment.