@asteasolutions/csv
Advanced tools
Comparing version
{ | ||
"name": "@asteasolutions/csv", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Helper library for create CSV file export", | ||
@@ -27,4 +27,4 @@ "repository": { | ||
"license": "MIT", | ||
"main": "Csv.js", | ||
"typings": "./Csv.d.ts", | ||
"main": "csv.js", | ||
"typings": "./csv.d.ts", | ||
"homepage": "https://github.com/asteasolutions/csv#readme", | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -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'; | ||
@@ -19,0 +19,0 @@ var data = [ |
11490
0.09%