add jspm dependency

This commit is contained in:
casperlamboo 2016-08-19 14:05:30 +02:00 committed by Simon Voordouw
parent 49dd54ade5
commit 8d2ddb72ec
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,4 +3,6 @@
jspm_packages/*
node_modules/*
bundle.js

View File

@ -27,5 +27,8 @@
}
}
}
},
"dependencies": {
"jspm": "^0.17.0-beta.25"
}
}