build(np): Add publishing via np to seed

pull/18182/head
Mrugesh Mohapatra 2018-05-21 19:46:27 +05:30
parent ee66d84ccb
commit 1a25f60c6e
2 changed files with 1792 additions and 3 deletions

1786
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,11 @@
{ {
"name": "@freecodecamp/curriculum", "name": "@freecodecamp/curriculum",
"version": "1.0.0", "version": "0.0.0",
"description": "freeCodeCamp's curriculum seed files", "description": "freeCodeCamp's curriculum seed files",
"main": "dist/index.js", "main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": { "scripts": {
"build": "npm run build:js && npm run build:json", "build": "npm run build:js && npm run build:json",
"build:json": "gulp json:minify", "build:json": "gulp json:minify",
@ -10,7 +13,8 @@
"prepack": "npm run build", "prepack": "npm run build",
"unpack": "babel-node ./unpack.js", "unpack": "babel-node ./unpack.js",
"repack": "babel-node ./repack.js", "repack": "babel-node ./repack.js",
"test": "babel-node ./test-challenges.js | tap-spec" "test": "babel-node ./test-challenges.js | tap-spec",
"release": "np"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -46,6 +50,7 @@
"joi-objectid": "^2.0.0", "joi-objectid": "^2.0.0",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"np": "*",
"tap-spec": "^4.1.1", "tap-spec": "^4.1.1",
"tape": "^4.9.0", "tape": "^4.9.0",
"validator": "^10.2.0" "validator": "^10.2.0"