We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18623 commit ff5d16dCopy full SHA for ff5d16d
gruntfile.js
@@ -1,14 +1,11 @@
1
module.exports = function (grunt) {
2
var localConfig = {
3
typeScriptDeclarations: [
4
- "**/*.d.ts",
5
- "!node_modules/**/*.*",
6
- "!demo/**/*.*",
7
- "!demo-ng/**/*.*",
8
- "!bin/**/*.*"
+ "index.d.ts",
+ "BEMCheckBox.d.ts"
9
],
10
outDir: "bin/dist/"
11
- }
+ };
12
13
grunt.initConfig({
14
clean: {
package.json
@@ -70,7 +70,7 @@
70
"@angular/http": "~4.0.3",
71
"@angular/platform-browser": "~4.0.3",
72
"@angular/router": "~4.0.3",
73
- "rxjs":"~5.0.1",
+ "rxjs": "~5.0.1",
74
"zone.js": "~0.8.9",
75
"nativescript-angular": "~3.0.0",
76
0 commit comments