@vaadin/angular2-polymer
Advanced tools
Comparing version 1.0.0-beta5 to 1.0.0-rc1
{ | ||
"name": "@vaadin/angular2-polymer", | ||
"version": "1.0.0-beta5", | ||
"version": "1.0.0-rc1", | ||
"description": "Angular 2 support for Polymer elements", | ||
@@ -9,6 +9,5 @@ "repository": "https://github.com/vaadin/angular2-polymer.git", | ||
"test": "tsc && concurrently \"npm run tsc:w\" \"live-server --open=tests.html\"", | ||
"typings": "typings", | ||
"tsc": "tsc", | ||
"tsc:w": "tsc -w", | ||
"prepublish": "typings install && tsc" | ||
"prepublish": "tsc" | ||
}, | ||
@@ -37,3 +36,3 @@ "files": [ | ||
"concurrently": "^2.2.0", | ||
"es6-shim": "^0.35.1", | ||
"core-js": "^2.4.1", | ||
"jasmine-core": "2.4.1", | ||
@@ -44,4 +43,8 @@ "live-server": "1.0.0", | ||
"typescript": "^2.0.2", | ||
"typings": "^1.3.2" | ||
"@types/core-js": "^0.9.34", | ||
"@types/node": "^6.0.46", | ||
"@types/jasmine": "^2.5.36", | ||
"@types/selenium-webdriver": "^2.53.33" | ||
} | ||
} |
@@ -41,3 +41,3 @@ # Angular2-Polymer | ||
If you are using [Angular CLI](https://github.com/angular/angular-cli) in your project, see the specific [document](https://vaadin.com/docs/-/part/elements/angular2-polymer/ng-cli.html) for projects created with the `ng` command line utility. | ||
If you are using [Angular CLI](https://github.com/angular/angular-cli) in your project, see the specific [document](https://vaadin.com/docs/-/part/elements/angular2-polymer/ng-cli-webpack.html) for projects created with the `ng` command line utility. | ||
@@ -44,0 +44,0 @@ ## Demo app |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74960
13