Skip to content

Commit

Permalink
chore: fix gitignore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tachev authored and Dimitar Tachev committed Jun 22, 2018
1 parent ee72ce0 commit 23c8d94
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -5,7 +5,6 @@
*.js.map
*.esm.json
*.log
*.d.ts
!*/karma.conf.js
!*/app/tests/*.js
!*/references.d.ts
Expand Down
4 changes: 2 additions & 2 deletions autocomplete/package.json
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-autocomplete": "*",
"nativescript-ui-core": "*",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^4.1.0"
"tns-core-modules": "^4.1.0",
"nativescript-ui-core": "*"
},
"devDependencies": {
"awesome-typescript-loader": "~3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion autocomplete/tsconfig.json
Expand Up @@ -31,4 +31,4 @@
"platforms"
],
"compileOnSave": false
}
}
4 changes: 2 additions & 2 deletions dataform/package.json
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-core": "*",
"nativescript-ui-dataform": "*",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^4.1.0"
"tns-core-modules": "^4.1.0",
"nativescript-ui-core": "*"
},
"devDependencies": {
"awesome-typescript-loader": "~5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion dataform/tsconfig.json
Expand Up @@ -34,4 +34,4 @@
"platforms"
],
"compileOnSave": false
}
}
6 changes: 3 additions & 3 deletions listview/package.json
Expand Up @@ -9,16 +9,16 @@
"version": "4.1.0"
},
"tns-android": {
"version": "4.1.3"
"version": "4.1.1"
}
},
"dependencies": {
"nativescript-fresco": "^3.0.2",
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-core": "*",
"nativescript-ui-listview": "*",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^4.1.0"
"tns-core-modules": "^4.1.0",
"nativescript-ui-core": "*"
},
"devDependencies": {
"awesome-typescript-loader": "~5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion listview/tsconfig.json
Expand Up @@ -32,4 +32,4 @@
"node_modules",
"platforms"
]
}
}

0 comments on commit 23c8d94

Please sign in to comment.