Skip to content

Commit

Permalink
module + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darobin committed Feb 27, 2017
1 parent 7edbecc commit 0b9b761
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.0",
"description": "Green turtle GraphRdfaProcessor extracted and available as a commonJS module",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-register",
"prepublish": "rm -rf dist && ./node_modules/.bin/babel src --out-dir dist"
Expand All @@ -21,11 +22,11 @@
},
"homepage": "https://github.com/scienceai/graph-rdfa-processor#readme",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"jsdom": "^8.0.1",
"mocha": "^2.3.4"
"babel-cli": "^6.23.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"jsdom": "^9.11.0",
"mocha": "^3.2.0"
}
}

0 comments on commit 0b9b761

Please sign in to comment.