Browse Source

fixed git repo URL, bumped version number to 0.1.0

master
mort 8 years ago
parent
commit
85e60c1360
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -1,6 +1,6 @@
{
"name": "browser-prefix",
"version": "0.0.0",
"version": "0.1.0",
"description": "A utility to add browser prefixes to CSS.",
"main": "index.js",
"scripts": {
@@ -18,6 +18,6 @@
"keywords": ["css", "prefix", "browser", "vendor"],
"repository": {
"type": "git",
"url": "http://git.mort.coffee/mort/browser-prefix.git"
"url": "http://git.mort.coffee/mort/browser-prefix"
}
}

Loading…
Cancel
Save