Skip to content

Commit

Permalink
Use NPM instead of Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Apr 3, 2017
1 parent 67697d3 commit fadd7a5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# http://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
indent_size = 2
indent_style = space
4 changes: 0 additions & 4 deletions bower.json

This file was deleted.

24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "responsive-email",
"description": "A table-based (but responsive) email template.",
"version": "1.0.3",
"keywords": [
"email",
"template",
"responsive",
"html",
"css"
],
"author": {
"name": "Phil Wareham",
"url": "https://twitter.com/philwareham"
},
"repository": {
"type": "git",
"url": "https://github.com/philwareham/responsive-email.git"
},
"bugs": {
"url": "https://github.com/philwareham/responsive-email/issues"
},
"license": "MIT"
}

0 comments on commit fadd7a5

Please sign in to comment.