We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367d5da commit a8376b5Copy full SHA for a8376b5
.npmignore
.travis.yml
@@ -1,3 +1,4 @@
1
+dist: trusty
2
language: node_js
3
node_js:
4
- 0.12
.zuul.yml
package.json
@@ -104,5 +104,21 @@
104
"espree",
105
"escodegen",
106
"estraverse"
107
+ ],
108
+ "files": [
109
+ "index.js",
110
+ "index.d.ts",
111
+ "light.d.ts",
112
+ "light.js",
113
+ "minimal.d.ts",
114
+ "minimal.js",
115
+ "package-lock.json",
116
+ "tsconfig.json",
117
+ "scripts/postinstall.js",
118
+ "bin/**",
119
+ "cli/**",
120
+ "ext/**",
121
+ "google/**",
122
+ "src/**"
123
]
124
}
0 commit comments