Skip to content

Commit

Permalink
feat: bring project under the company scope. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Oct 9, 2024
1 parent 3778f6b commit 1a376d9
Show file tree
Hide file tree
Showing 7 changed files with 9,446 additions and 13,965 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ember-tinymce 📃
# @linc-technologies/ember-tinymce 📃

This addon provides [TinyMCE v6](https://www.tinymce.com/) (a wysiwyg-editor) as an ember component.

## Installation
To get started simply install the addon:

```
ember install ember-tinymce
ember install @linc-technologies/ember-tinymce
```

### Component
Expand Down
2 changes: 1 addition & 1 deletion app/components/tinymce-editor.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'ember-tinymce/components/tinymce-editor';
export { default } from '@linc-technologies/ember-tinymce/components/tinymce-editor';
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

module.exports = {
name: 'ember-tinymce',
name: require('./package').name,

contentFor: function (type, config) {
let content = '';
Expand Down
13,956 changes: 0 additions & 13,956 deletions package-lock.json

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-tinymce",
"name": "@linc-technologies/ember-tinymce",
"version": "0.3.0",
"description": "An ember addon to bring TinyMCE v5 to ambitious applications!",
"description": "An ember addon to bring TinyMCE v6 to ambitious applications!",
"keywords": [
"ember-addon",
"emberjs",
Expand All @@ -19,6 +19,7 @@
},
"scripts": {
"build": "ember build",
"ci": "yarn install --ignore-engines --frozen-lockfile",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
Expand Down Expand Up @@ -63,6 +64,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Linc-Technologies/ember-tinymce.git"
"url": "https://github.com/linc-technologies/ember-tinymce.git"
}
}
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"package-name": "ember-tinymce",
"package-name": "@linc-technologies/ember-tinymce",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
Expand All @@ -11,4 +11,4 @@
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}
9,436 changes: 9,436 additions & 0 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1a376d9

Please sign in to comment.