2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-14 18:42:24 +03:00

move test files and lib files to separate folders

This commit is contained in:
Nikolay Kostyurin
2018-06-23 00:37:25 +02:00
parent 7449143ba0
commit 4305289051
10 changed files with 10 additions and 9 deletions
+5 -4
View File
@@ -1,8 +1,8 @@
{
"name": "@bbob/parser",
"version": "1.0.3",
"description": "Fast BB Code parser written in pure javascript, no dependencies",
"main": "index.js",
"version": "1.0.4",
"description": "Fast BB Code parser ",
"main": "./lib/index.js",
"scripts": {
"test": "../../node_modules/.bin/jest --",
"cover": "../../node_modules/.bin/jest --coverage",
@@ -12,5 +12,6 @@
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
},
"files": ["lib"]
}