Skip to content

Commit

Permalink
travisifying, some explananion and renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Mar 5, 2013
1 parent 0d7e384 commit 6938a57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.8
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
browserify-sourcemap
====================
# generate sourcemap [![build status](https://secure.travis-ci.org/thlorenz/generate-sourcemap.png)](http://travis-ci.org/thlorenz/generate-sourcemap)

Generates source maps for files bundled with browser-pack.
Generates a source map for files that were packed into a bundle.
26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
{
"name": "browserify-sourcemap",
"name": "generate-sourcemap",
"version": "0.0.0",
"description": "Generates source maps for files bundled with browser-pack.",
"main": "browserify-sourcemap.js",
"description": "Generates a source map for files that were packed into a bundle.",
"main": "generate-sourcemap.js",
"scripts": {
"test": "node-trap test/*.js"
"test": "node-trap ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/browserify-sourcemap.git"
"url": "git://github.com/thlorenz/generate-sourcemap.git"
},
"homepage": "https://github.com/thlorenz/browserify-sourcemap",
"homepage": "https://github.com/thlorenz/generate-sourcemap",
"dependencies": {
"source-map": "~0.1.9"
},
"devDependencies": {
"trap": "~0.4.2"
},
"keywords": [
"browserify",
"browser",
"pack",
"source",
"map",
"source-map",
"sourcemap"
],
"devDependencies": {},
"keywords": [ "generate","sourcemap", "bundle", "browser", "generate", "browserify" ],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
Expand Down

0 comments on commit 6938a57

Please sign in to comment.