Skip to content

Commit

Permalink
convert tests to tape
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Dec 21, 2012
1 parent 93d9aa9 commit a0fc29c
Show file tree
Hide file tree
Showing 8 changed files with 1,067 additions and 1,021 deletions.
53 changes: 29 additions & 24 deletions package.json
@@ -1,26 +1,31 @@
{
"name": "plate",
"version":"1.0.4",
"description": "A javascript templating language",
"keywords": [
"template",
"dtl"
],
"author":"Chris Dickinson",
"directories":{"lib":"./lib"},
"dependencies":{
"tz":"0.X.X",
"dst":"0.X.X"
},
"devDependencies":{
"platoon":"0.X.X"
},
"scripts":{
"test":"make test"
},
"license": [
"New BSD License"
],
"main":"./index",
"browserify":"./browserify"
"name": "plate",
"version": "1.0.4",
"description": "A javascript templating language",
"keywords": [
"template",
"dtl"
],
"author": "Chris Dickinson",
"directories": {
"lib": "./lib"
},
"dependencies": {
"tz": "0.X.X",
"dst": "0.X.X",
"tape": "~0.1.3"
},
"devDependencies": {
"platoon": "0.X.X",
"tape": "~0.1.5",
"testling": "~0.2.5"
},
"scripts": {
"test": "make test"
},
"license": [
"New BSD License"
],
"main": "./index",
"browserify": "./browserify"
}

0 comments on commit a0fc29c

Please sign in to comment.