rails/actionview/package.json
yuuji.yaginuma 05bbfc5eab Fix test directory to correct path
Together, fix to the following lint violation.

```
rails/actionview/test/ujs/public/test/data-confirm.js
  303:11  error  Strings must use singlequote  quotes

rails/actionview/test/ujs/public/test/data-remote.js
  414:32  error  Extra semicolon  semi

✖ 2 problems (2 errors, 0 warnings)
```
2017-07-30 16:28:10 +09:00

37 lines
930 B
JSON

{
"name": "rails-ujs",
"version": "5.2.0-alpha",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [
"lib/assets/compiled/*.js"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "bundle exec blade build",
"test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts#how-to-run-tests\" && exit 1",
"lint": "coffeelint app/assets/javascripts && eslint test/ujs/public/test"
},
"repository": {
"type": "git",
"url": "rails/rails"
},
"contributors": [
"Stephen St. Martin",
"Steve Schwartz",
"Dangyi Liu",
"All contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rails/rails/issues"
},
"homepage": "http://rubyonrails.org/",
"devDependencies": {
"coffeelint": "^1.15.7",
"eslint": "^2.13.1"
}
}