Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Jul 11, 2017
1 parent 64a0140 commit 1d5fcb3
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.0.2"
"version": "3.0.3"
}
104 changes: 52 additions & 52 deletions packages/nocms-plugin-directory-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "nocms-plugin-directory-resources",
"version": "3.0.2",
"description": "Directory Resources for NOCMS",
"scripts": {
"build": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch",
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "mocha",
"version": "npm run build && git add ."
},
"repository": "https://github.com/debitoor/nocms/tree/master/packages/nocms-plugin-directory-resources",
"keywords": [
"static",
"site",
"generator",
"json"
],
"main": "lib/",
"author": "Jonatan Pedersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/debitoor/nocms-plugin-directory-resources/issues"
},
"homepage": "https://github.com/debitoor/nocms-plugin-directory-resources#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015-node": "^6.1.1",
"eslint": "^3.5.0",
"eslint-plugin-import": "^2.2.0",
"minimatch": "^3.0.3",
"mocha": "^3.0.2",
"mocha-eslint": "^3.0.1",
"object.values": "^1.0.4"
},
"dependencies": {
"css-bingo": "^1.4.4",
"deepmerge": "^1.3.1",
"jstransformer": "^1.0.0",
"jstransformer-marked": "^1.0.1",
"moment": "^2.17.1",
"node-sass": "^4.0.0",
"pug": "2.0.0-beta6"
},
"engines": {
"node": ">=4"
}
"name": "nocms-plugin-directory-resources",
"version": "3.0.3",
"description": "Directory Resources for NOCMS",
"scripts": {
"build": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch",
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "mocha",
"version": "npm run build && git add ."
},
"repository": "https://github.com/debitoor/nocms/tree/master/packages/nocms-plugin-directory-resources",
"keywords": [
"static",
"site",
"generator",
"json"
],
"main": "lib/",
"author": "Jonatan Pedersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/debitoor/nocms-plugin-directory-resources/issues"
},
"homepage": "https://github.com/debitoor/nocms-plugin-directory-resources#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015-node": "^6.1.1",
"eslint": "^3.5.0",
"eslint-plugin-import": "^2.2.0",
"minimatch": "^3.0.3",
"mocha": "^3.0.2",
"mocha-eslint": "^3.0.1",
"object.values": "^1.0.4"
},
"dependencies": {
"css-bingo": "^1.4.4",
"deepmerge": "^1.3.1",
"jstransformer": "^1.0.0",
"jstransformer-marked": "^1.0.1",
"moment": "^2.17.1",
"node-sass": "^4.0.0",
"pug": "2.0.0-beta6"
},
"engines": {
"node": ">=4"
}
}
6 changes: 3 additions & 3 deletions packages/nocms/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nocms",
"version": "3.0.2",
"version": "3.0.3",
"description": "You don't need a CMS",
"scripts": {
"compile": "babel src --out-dir .",
"build": "babel src --out-dir .",
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "mocha",
Expand Down Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.0.2",
"mocha-eslint": "^3.0.1",
"nocms-plugin-directory-resources": "^3.0.2",
"nocms-plugin-directory-resources": "^3.0.3",
"nocms-plugin-file-resources": "^3.0.2",
"nocms-plugin-json-resources": "^3.0.2",
"sinon": "^1.17.4",
Expand Down

0 comments on commit 1d5fcb3

Please sign in to comment.