Skip to content

Commit

Permalink
reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei committed May 1, 2014
1 parent 0260e01 commit dbd6518
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/node_modules/
39 changes: 22 additions & 17 deletions package.json
@@ -1,19 +1,24 @@
{
"name": "sprintf-js",
"version": "0.0.7",
"description": "JavaScript sprintf implementation",
"main": "src/sprintf.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexei/sprintf.js.git"
},
"author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)",
"license": "BSD",
"readmeFilename": "README.md"
"name": "sprintf-js",
"version": "0.0.7",
"description": "JavaScript sprintf implementation",
"main": "src/sprintf.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexei/sprintf.js.git"
},
"author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "*"
}
}

0 comments on commit dbd6518

Please sign in to comment.