Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 542924b

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 8d4ee91 + aa3bdfe commit 542924b

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

.npmignore

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Editor conf
2+
.idea
3+
dump.rdb
4+
15
# Logs
26
logs
37
*.log
@@ -7,25 +11,14 @@ pids
711
*.pid
812
*.seed
913

10-
# Directory for instrumented libs generated by jscoverage/JSCover
11-
lib-cov
12-
13-
# Coverage directory used by tools like istanbul
1414
coverage
15-
16-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17-
.grunt
18-
19-
# Compiled binary addons (http://nodejs.org/api/addons.html)
20-
build/Release
21-
22-
# Dependency directory
23-
# Commenting this out is preferred by some people, see
24-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2515
node_modules
2616
bower_components
27-
coverage
28-
tmp
2917

30-
# Users Environment Variables
31-
.lock-wscript
18+
# Common
19+
tmp
20+
.DS_Store
21+
*/.DS_Store
22+
*/*/.DS_Store
23+
lib-cov
24+
dev.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hot-formula-parser",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Formula parser",
55
"main": "dist/formula-parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)