We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c566852 commit 42008aaCopy full SHA for 42008aa
1 file changed
package.json
@@ -1,6 +1,9 @@
1
-'devDependencies': {
2
- 'karma': '~0.8'
3
-},
4
-'scripts': {
5
- 'test': './node_modules/.bin/karma start --single-run --browsers PhantomJS'
+{
+ 'name':'Angular-localStorage',
+ 'devDependencies': {
+ 'karma': '~0.8'
+ },
6
+ 'scripts': {
7
+ 'test': './node_modules/.bin/karma start --single-run --browsers PhantomJS'
8
+ }
9
}
0 commit comments