angular2-spotify-client
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "angular2-spotify-client", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A client for accessing spotify graph-api with angular2.", | ||
"main": "index.js", | ||
"main": "dist/angular2-spotify-client.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -5,6 +5,6 @@ var path = require("path"); | ||
entry: { | ||
'index': './src/index.ts' | ||
'angular2-spotify-client': './src/main.ts' | ||
}, | ||
output: { | ||
path: path.resolve(__dirname), | ||
path: path.resolve(__dirname, "dist"), | ||
filename: "[name].js" | ||
@@ -11,0 +11,0 @@ }, |
537662
8
14305