File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818/coverage /
1919* .gem
2020.byebug_history
21+ # npm package artifacts. `src/` is generated by `npm run prepublishOnly`
22+ # (copy of app/assets/stylesheets/*.css), only present during publish.
23+ /src /
24+ /node_modules /
25+ package-lock.json
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @activeadmin-plugins/activeadmin_calendar" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Calendar index style for ActiveAdmin — CSS for the gem of the same name." ,
5+ "style" : " src/activeadmin_calendar.css" ,
6+ "main" : " src/activeadmin_calendar.css" ,
7+ "author" : " Igor Fedoronchuk <fedoronchuk@gmail.com>" ,
8+ "license" : " MIT" ,
9+ "private" : false ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/activeadmin-plugins/activeadmin_calendar.git"
13+ },
14+ "bugs" : {
15+ "url" : " https://github.com/activeadmin-plugins/activeadmin_calendar/issues"
16+ },
17+ "homepage" : " https://github.com/activeadmin-plugins/activeadmin_calendar#readme" ,
18+ "keywords" : [
19+ " active" ,
20+ " admin" ,
21+ " calendar"
22+ ],
23+ "files" : [
24+ " src/**/*"
25+ ],
26+ "scripts" : {
27+ "prepublishOnly" : " rm -rf src && mkdir -p src && cp app/assets/stylesheets/activeadmin_calendar.css src/"
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments