aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 10 insertions, 17 deletions
diff --git a/package.json b/package.json
index aa6e6b7c22..88029de141 100644
--- a/package.json
+++ b/package.json
@@ -1,21 +1,14 @@
{
- "name": "actiontext",
- "version": "0.1.0",
- "description": "Edit and display rich text in Rails applications",
- "main": "app/javascript/actiontext/index.js",
- "files": [
- "app/javascript/actiontext/*.js"
+ "private": true,
+ "workspaces": [
+ "actioncable",
+ "activestorage",
+ "actionview",
+ "tmp/templates/app_template",
+ "railties/test/fixtures/tmp/bukkits/**/test/dummy",
+ "railties/test/fixtures/tmp/bukkits/**/spec/dummy"
],
- "repository": "https://github.com/rails/actiontext",
- "author": "Basecamp, LLC",
- "contributors": [
- "Javan Makhmali <javan@javan.us>",
- "Sam Stephenson <sstephenson@gmail.com>"
- ],
- "license": "MIT",
"dependencies": {
- "trix": ">=1.0.0",
- "activestorage": ">=5.2.0"
- },
- "private": true
+ "webpack": "^4.17.1"
+ }
}