Skip to content

Commit a9fb79c

Browse files
committed
revert: tns-core-modules peerDependencies
1 parent 1b7a5da commit a9fb79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-browser": "~4.4.1",
2323
"@angular/router": "~4.4.1",
2424
"nativescript-angular": "~4.4.0",
25-
"nativescript-checkbox": "file:///Users/apple/Desktop/NS/nativescript-checkbox",
25+
"nativescript-checkbox": "../",
2626
"nativescript-theme-core": "~1.0.2",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~5.3.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
"nativescript-angular": "~4.4.0",
9696
"prettier": "^1.4.4",
9797
"rxjs": "~5.0.1",
98-
"tns-core-modules": "^3.3.0-2017-10-11-1",
98+
"tns-core-modules": "next",
9999
"tns-platform-declarations": "~3.0.0",
100100
"typescript": "~2.3.4",
101101
"zone.js": "~0.8.9"
102102
},
103103
"peerDependencies": {
104-
"tns-core-modules": "^3.3.0-2017-10-11-1"
104+
"tns-core-modules": "^3.1.0 || >3.3.0-"
105105
}
106106
}

0 commit comments

Comments
 (0)