UNPKG

494 BJavaScriptView Raw
1/*
2 * Copyright 2013 Yahoo! Inc. All rights reserved.
3 * Copyrights licensed under the BSD License.
4 * See the accompanying LICENSE.txt file for terms.
5 */
6
7
8/*jslint nomen:true, white:true, regexp:true, node:true */
9"use strict";
10
11
12module.exports = {
13 // nameKey defaults to 1
14 // selectorKey has no default. selector is only used if selectorKey is given
15
16 'main': {
17 // This empty ruleset can be used by packages with files but without
18 // explicit resources.
19 }
20};