@asteasolutions/csv
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@asteasolutions/csv", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Helper library for create CSV file export", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/asteasolutions/angular2-csv.git" | ||
"url": "https://github.com/asteasolutions/csv.git" | ||
}, | ||
@@ -28,7 +28,7 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/javiertelioz/angular2-csv/issues" | ||
"url": "https://github.com/astesolutions/csv/issues" | ||
}, | ||
"main": "Csv.js", | ||
"typings": "./Csv.d.ts", | ||
"homepage": "https://github.com/javiertelioz/angular2-csv#readme", | ||
"homepage": "https://github.com/astesolutions/csv#readme", | ||
"devDependencies": { | ||
@@ -35,0 +35,0 @@ "@types/jasmine": "^2.5.46", |
@@ -9,3 +9,3 @@ # Csv | Export to CSV in Angular2 | ||
```javascript | ||
npm install --save angular2-csv | ||
npm install --save @asteasolutions/csv | ||
``` | ||
@@ -16,3 +16,3 @@ | ||
import { Csv } from 'angular2-csv/Csv'; | ||
import { Csv } from '@asteasolutions/csv/Csv'; | ||
@@ -19,0 +19,0 @@ var data = [ |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
249190
1
2