mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add npm package details
This commit is contained in:
parent
b0b072ff2e
commit
fd438769cc
1 changed files with 11 additions and 4 deletions
15
package.json
15
package.json
|
@ -3,7 +3,17 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Attach cloud and local files in Rails applications",
|
||||
"main": "app/assets/javascripts/activestorage.js",
|
||||
"repository": "git+https://github.com/rails/activestorage.git",
|
||||
"files": [
|
||||
"app/assets/javascripts/*.js"
|
||||
],
|
||||
"homepage": "https://github.com/rails/activestorage",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rails/activestorage.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/rails/activestorage/issues"
|
||||
},
|
||||
"author": "Javan Makhmali <javan@javan.us>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@ -15,9 +25,6 @@
|
|||
"spark-md5": "^3.0.0",
|
||||
"webpack": "^3.4.0"
|
||||
},
|
||||
"files": [
|
||||
"app/assets/javascripts/activestorage.js"
|
||||
],
|
||||
"scripts": {
|
||||
"prebuild": "yarn lint",
|
||||
"build": "webpack -p",
|
||||
|
|
Loading…
Reference in a new issue