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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user